Html Css Color HEX #AA0376 Eggplant

📋 copy color: '#AA0376'

red 170 ◦ green 3 ◦ blue 118

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

Shades of Eggplant #AA0376

Tints of Eggplant #AA0376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.55%

R = 58.42%
G = 1.03%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA0376 (or 0xAA0376) is known color: Eggplant. HEX triplet: AA, 03 and 76. RGB value is (170,3,118). Sum of RGB (Red+Green+Blue) = 170+3+118=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0376 is #55FC89. Grayscale: #414141. Windows color (decimal): -5635210 or 7734186. OLE color: 7734186.

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

Color convert

RGB 170 3 118 -
CMYK 0 0.98 0.31 0.33
HSL 318.68º 0.97% 0.34% -
HSV(B) 318.68º 0.98% 0.67% -
XYZ 19.88 9.92 18.01 -
YUV 66.04 157.33 202.15 -
System Red Green Blue C M Y K H S L
Decimal 170 3 118 0 0.98 0.31 0.33 318.68 0.97 0.34
Hex AA 3 76 0 62 1F 21 13F 61 22
Octal 252 3 166 0 142 37 41 477 141 42
Binary 10101010 11 1110110 0 1100010 11111 100001 100111111 1100001 100010

Color Harmonies of #AA0376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0376

Black with #AA0376

Text Example


Text Example

White with #AA0376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0376; }

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

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

background-color css

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

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

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

border-color css

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

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

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