Html Css Color HEX #AA0373 Eggplant

📋 copy color: '#AA0373'

red 170 ◦ green 3 ◦ blue 115

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

Shades of Eggplant #AA0373

Tints of Eggplant #AA0373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

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

R = 59.03%
G = 1.04%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA0373 (or 0xAA0373) is known color: Eggplant. HEX triplet: AA, 03 and 73. RGB value is (170,3,115). Sum of RGB (Red+Green+Blue) = 170+3+115=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0373 is #55FC8C. Grayscale: #414141. Windows color (decimal): -5635213 or 7537578. OLE color: 7537578.

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

Color convert

RGB 170 3 115 -
CMYK 0 0.98 0.32 0.33
HSL 319.76º 0.97% 0.34% -
HSV(B) 319.76º 0.98% 0.67% -
XYZ 19.7 9.85 17.08 -
YUV 65.7 155.83 202.39 -
System Red Green Blue C M Y K H S L
Decimal 170 3 115 0 0.98 0.32 0.33 319.76 0.97 0.34
Hex AA 3 73 0 62 20 21 140 61 22
Octal 252 3 163 0 142 40 41 500 141 42
Binary 10101010 11 1110011 0 1100010 100000 100001 101000000 1100001 100010

Color Harmonies of #AA0373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0373

Black with #AA0373

Text Example


Text Example

White with #AA0373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0373; }

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

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

background-color css

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

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

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

border-color css

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

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

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