Html Css Color HEX #AA0D76 Eggplant

📋 copy color: '#AA0D76'

red 170 ◦ green 13 ◦ blue 118

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

Shades of Eggplant #AA0D76

Tints of Eggplant #AA0D76

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.32%

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

R = 56.48%
G = 4.32%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA0D76 (or 0xAA0D76) is known color: Eggplant. HEX triplet: AA, 0D and 76. RGB value is (170,13,118). Sum of RGB (Red+Green+Blue) = 170+13+118=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0D76 is #55F289. Grayscale: #474747. Windows color (decimal): -5632650 or 7736746. OLE color: 7736746.

HSL color Cylindrical-coordinate representation of color #AA0D76: hue angle of 319.87º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0D76 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 13 118 -
CMYK 0 0.92 0.31 0.33
HSL 319.87º 0.86% 0.36% -
HSV(B) 319.87º 0.92% 0.67% -
XYZ 19.99 10.14 18.04 -
YUV 71.91 154.01 197.96 -
System Red Green Blue C M Y K H S L
Decimal 170 13 118 0 0.92 0.31 0.33 319.87 0.86 0.36
Hex AA D 76 0 5C 1F 21 140 56 24
Octal 252 15 166 0 134 37 41 500 126 44
Binary 10101010 1101 1110110 0 1011100 11111 100001 101000000 1010110 100100

Color Harmonies of #AA0D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0D76

Black with #AA0D76

Text Example


Text Example

White with #AA0D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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