Color Hex Logo

#a839aa Color Hex

#A839AA
(168,57,170)
0 Favorites   0 Comments

Color spaces of #a839aa

RGB 16857170
HSL0.830.500.45
HSV299°66°67°
CMYK 0.010.660.00   0.33
XYZ24.867314.153439.4514
Yxy14.15340.31690.1804
Hunter Lab37.621052.1509-35.8400
CIE-Lab44.452159.2219-38.3540

#a839aa color RGB value is (168,57,170).

#a839aa hex color red value is 168, green value is 57 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a839aa hue: 0.83 , saturation: 0.50 and the lightness value of a839aa is 0.45.

The process color (four color CMYK) of #a839aa color hex is 0.01, 0.66, 0.00, 0.33. Web safe color of #a839aa is #993399. Color #a839aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00111001 10101010
Octal 250 71 252
Decimal 168 57 170
Hex A8 39 AA

RGB Percentages of Color #a839aa

%42.53
%14.43
%43.04

CMYK Percentages of Color #a839aa

%1
%66
%0
%33

Triadic Colors of #a839aa

#a839aa #aaa839 #39aaa8

Analogous Colors of #a839aa

#a839aa #aa3974 #7039aa

Monochromatic Colors of #a839aa

#a839aa

Complementary Color

#a839aa #3baa39

#a839aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a839aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a839aa Color CSS Codes

.mybgcolor {background-color:#a839aa; } 
.myforecolor {color:#a839aa; }
.mybordercolor {border:3px solid #a839aa; }

#a839aa Text Font Color

<p style="color:#a839aa">Text here</p>

This sample text font color is #a839aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a839aa Background Color

<div style="background-color:#a839aa">
Div content here</div>

This div background color is #a839aa


#a839aa Border Color

<div style="border:3px solid #a839aa">
Div here</div>

This div border color is #a839aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,57,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a839aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a839aa;
  -webkit-box-shadow: 1px 1px 3px 2px #a839aa;
  box-shadow:         1px 1px 3px 2px #a839aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,57,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a839aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a839aa;
  -webkit-box-shadow: 1px 1px 3px 2px #a839aa;
  box-shadow:         1px 1px 3px 2px #a839aa;">
Div content here</div>

This div box has shadow with color #a839aa


Comments

No comments written yet.

Please login to write comment.