Html Css Color HEX #AA0973 Eggplant

📋 copy color: '#AA0973'

red 170 ◦ green 9 ◦ blue 115

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

Shades of Eggplant #AA0973

Tints of Eggplant #AA0973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.12%

R = 57.82%
G = 3.06%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA0973 (or 0xAA0973) is known color: Eggplant. HEX triplet: AA, 09 and 73. RGB value is (170,9,115). Sum of RGB (Red+Green+Blue) = 170+9+115=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0973 is #55F68C. Grayscale: #444444. Windows color (decimal): -5633677 or 7539114. OLE color: 7539114.

HSL color Cylindrical-coordinate representation of color #AA0973: hue angle of 320.5º 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 #AA0973 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 9 115 -
CMYK 0 0.95 0.32 0.33
HSL 320.5º 0.9% 0.35% -
HSV(B) 320.5º 0.95% 0.67% -
XYZ 19.77 9.98 17.1 -
YUV 69.22 153.84 199.88 -
System Red Green Blue C M Y K H S L
Decimal 170 9 115 0 0.95 0.32 0.33 320.5 0.9 0.35
Hex AA 9 73 0 5F 20 21 140 5A 23
Octal 252 11 163 0 137 40 41 500 132 43
Binary 10101010 1001 1110011 0 1011111 100000 100001 101000000 1011010 100011

Color Harmonies of #AA0973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0973

Black with #AA0973

Text Example


Text Example

White with #AA0973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0973; }

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

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

background-color css

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

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

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

border-color css

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

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

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