Color Hex Logo

#a813aa Color Hex

#A813AA
(168,19,170)
0 Favorites   0 Comments

Color spaces of #a813aa

RGB 16819170
HSL0.830.800.37
HSV299°89°67°
CMYK 0.010.890.00   0.33
XYZ23.637011.692939.0413
Yxy11.69290.31780.1572
Hunter Lab34.194963.5460-43.7567
CIE-Lab40.723869.9289-44.2864

#a813aa color RGB value is (168,19,170).

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

The process color (four color CMYK) of #a813aa color hex is 0.01, 0.89, 0.00, 0.33. Web safe color of #a813aa is #990099. Color #a813aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010011 10101010
Octal 250 23 252
Decimal 168 19 170
Hex A8 13 AA

RGB Percentages of Color #a813aa

%47.06
%5.32
%47.62

CMYK Percentages of Color #a813aa

%1
%89
%0
%33

Triadic Colors of #a813aa

#a813aa #aaa813 #13aaa8

Analogous Colors of #a813aa

#a813aa #aa1361 #5c13aa

Monochromatic Colors of #a813aa

#a813aa

Complementary Color

#a813aa #15aa13

#a813aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a813aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a813aa Color CSS Codes

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

#a813aa Text Font Color

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

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


#a813aa Background Color

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

This div background color is #a813aa


#a813aa Border Color

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

This div border color is #a813aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a813aa


Comments

No comments written yet.

Please login to write comment.