Html Css Color HEX #AA0972 Eggplant

📋 copy color: '#AA0972'

red 170 ◦ green 9 ◦ blue 114

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

Shades of Eggplant #AA0972

Tints of Eggplant #AA0972

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.07%

 BLUE value IS 114 (44.92% from 255) = 38.91%

R = 58.02%
G = 3.07%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA0972 (or 0xAA0972) is known color: Eggplant. HEX triplet: AA, 09 and 72. RGB value is (170,9,114). Sum of RGB (Red+Green+Blue) = 170+9+114=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0972 is #55F68D. Grayscale: #444444. Windows color (decimal): -5633678 or 7473578. OLE color: 7473578.

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

Color convert

RGB 170 9 114 -
CMYK 0 0.95 0.33 0.33
HSL 320.87º 0.9% 0.35% -
HSV(B) 320.87º 0.95% 0.67% -
XYZ 19.71 9.96 16.8 -
YUV 69.11 153.34 199.96 -
System Red Green Blue C M Y K H S L
Decimal 170 9 114 0 0.95 0.33 0.33 320.87 0.9 0.35
Hex AA 9 72 0 5F 21 21 141 5A 23
Octal 252 11 162 0 137 41 41 501 132 43
Binary 10101010 1001 1110010 0 1011111 100001 100001 101000001 1011010 100011

Color Harmonies of #AA0972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0972

Black with #AA0972

Text Example


Text Example

White with #AA0972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0972; }

 p { color: rgb(170,9,114); }

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

background-color css

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

 a { background-color: rgb(170,9,114); }

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

border-color css

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

 span { border-color: rgb(170,9,114); }

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