Html Css Color HEX #AA0A74 Eggplant

📋 copy color: '#AA0A74'

red 170 ◦ green 10 ◦ blue 116

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

Shades of Eggplant #AA0A74

Tints of Eggplant #AA0A74

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.38%

 BLUE value IS 116 (45.7% from 255) = 39.19%

R = 57.43%
G = 3.38%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA0A74 (or 0xAA0A74) is known color: Eggplant. HEX triplet: AA, 0A and 74. RGB value is (170,10,116). Sum of RGB (Red+Green+Blue) = 170+10+116=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0A74 is #55F58B. Grayscale: #454545. Windows color (decimal): -5633420 or 7604906. OLE color: 7604906.

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

Color convert

RGB 170 10 116 -
CMYK 0 0.94 0.32 0.33
HSL 320.25º 0.89% 0.35% -
HSV(B) 320.25º 0.94% 0.67% -
XYZ 19.84 10.02 17.41 -
YUV 69.92 154.01 199.38 -
System Red Green Blue C M Y K H S L
Decimal 170 10 116 0 0.94 0.32 0.33 320.25 0.89 0.35
Hex AA A 74 0 5E 20 21 140 59 23
Octal 252 12 164 0 136 40 41 500 131 43
Binary 10101010 1010 1110100 0 1011110 100000 100001 101000000 1011001 100011

Color Harmonies of #AA0A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0A74

Black with #AA0A74

Text Example


Text Example

White with #AA0A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0A74; }

 p { color: rgb(170,10,116); }

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

background-color css

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

 a { background-color: rgb(170,10,116); }

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

border-color css

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

 span { border-color: rgb(170,10,116); }

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