color codes Logo

#a24eaa color codes

#A24EAA
(162,78,170)
0 Favorites   0 Comments

Color spaces of #a24eaa

RGB 16278170
HSL0.820.370.49
HSV295°54°67°
CMYK 0.050.540.00   0.33
XYZ24.880416.032439.8134
Yxy16.03240.30820.1986
Hunter Lab40.040540.8457-30.9254
CIE-Lab47.017048.2227-34.3666

#a24eaa color RGB value is (162,78,170).

#a24eaa hex color red value is 162, green value is 78 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a24eaa hue: 0.82 , saturation: 0.37 and the lightness value of a24eaa is 0.49.

The process color (four color CMYK) of #a24eaa color code is 0.05, 0.54, 0.00, 0.33. Web safe color of #a24eaa is #996699. Color #a24eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001110 10101010
Octal 242 116 252
Decimal 162 78 170
Hex A2 4E AA

RGB Percentages of Color #a24eaa

%39.51
%19.02
%41.46

CMYK Percentages of Color #a24eaa

%5
%54
%0
%33

Triadic Colors of #a24eaa

#a24eaa #aaa24e #4eaaa2

Analogous Colors of #a24eaa

#a24eaa #aa4e84 #744eaa

Monochromatic Colors of #a24eaa

#a24eaa

Complementary Color

#a24eaa #56aa4e

#a24eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24eaa Color CSS Codes

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

#a24eaa Text Font Color

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

This sample text font color is #a24eaa
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.


#a24eaa Background Color

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

This div background color is #a24eaa


#a24eaa Border Color

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

This div border color is #a24eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,78,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 #a24eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24eaa


Comments

No comments written yet.

Please login to write comment.