Html Css Color HEX #AA0781 Eggplant

📋 copy color: '#AA0781'

red 170 ◦ green 7 ◦ blue 129

#AA0781
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #AA0781

Tints of Eggplant #AA0781

RGB

 RED value IS 170 (66.8% from 255) = 55.56%

 GREEN value IS 7 (3.13% from 255) = 2.29%

 BLUE value IS 129 (50.78% from 255) = 42.16%

R = 55.56%
G = 2.29%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AA0781 (or 0xAA0781) is known color: Eggplant. HEX triplet: AA, 07 and 81. RGB value is (170,7,129). Sum of RGB (Red+Green+Blue) = 170+7+129=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0781 is #55F87E. Grayscale: #454545. Windows color (decimal): -5634175 or 8456106. OLE color: 8456106.

HSL color Cylindrical-coordinate representation of color #AA0781: hue angle of 315.09º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0781 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 7 129 -
CMYK 0 0.96 0.24 0.33
HSL 315.09º 0.92% 0.35% -
HSV(B) 315.09º 0.96% 0.67% -
XYZ 20.62 10.28 21.67 -
YUV 69.65 161.5 199.58 -
System Red Green Blue C M Y K H S L
Decimal 170 7 129 0 0.96 0.24 0.33 315.09 0.92 0.35
Hex AA 7 81 0 60 18 21 13B 5C 23
Octal 252 7 201 0 140 30 41 473 134 43
Binary 10101010 111 10000001 0 1100000 11000 100001 100111011 1011100 100011

Color Harmonies of #AA0781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0781

Black with #AA0781

Text Example


Text Example

White with #AA0781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0781; }

 p { color: rgb(170,7,129); }

 H1.HeaderClassName
 {
   color: #AA0781;
 }
 .AnyTagClassName
 {
   color: #AA0781;
 }
</style>

background-color css

<style>
 a { background-color: #AA0781; }

 a { background-color: rgb(170,7,129); }

 div.DivClassName
 {
   background-color: #AA0781;
 }
 .BgClassName
 {
   background-color: #AA0781;
 }
</style>

border-color css

<style>
 span { border-color: #AA0781; }

 span { border-color: rgb(170,7,129); }

 td.TdClassName
 {
   border-color: #AA0781;
 }
 .TagClassName
 {
   border-color: #AA0781;
 }
</style>