Html Css Color HEX #AA0C7D Eggplant

📋 copy color: '#AA0C7D'

red 170 ◦ green 12 ◦ blue 125

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

Shades of Eggplant #AA0C7D

Tints of Eggplant #AA0C7D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.91%

 BLUE value IS 125 (49.22% from 255) = 40.72%

R = 55.37%
G = 3.91%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA0C7D (or 0xAA0C7D) is known color: Eggplant. HEX triplet: AA, 0C and 7D. RGB value is (170,12,125). Sum of RGB (Red+Green+Blue) = 170+12+125=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0C7D is #55F382. Grayscale: #474747. Windows color (decimal): -5632899 or 8195242. OLE color: 8195242.

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

Color convert

RGB 170 12 125 -
CMYK 0 0.93 0.26 0.33
HSL 317.09º 0.87% 0.36% -
HSV(B) 317.09º 0.93% 0.67% -
XYZ 20.41 10.29 20.31 -
YUV 72.12 157.85 197.81 -
System Red Green Blue C M Y K H S L
Decimal 170 12 125 0 0.93 0.26 0.33 317.09 0.87 0.36
Hex AA C 7D 0 5D 1A 21 13D 57 24
Octal 252 14 175 0 135 32 41 475 127 44
Binary 10101010 1100 1111101 0 1011101 11010 100001 100111101 1010111 100100

Color Harmonies of #AA0C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C7D

Black with #AA0C7D

Text Example


Text Example

White with #AA0C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C7D; }

 p { color: rgb(170,12,125); }

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

background-color css

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

 a { background-color: rgb(170,12,125); }

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

border-color css

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

 span { border-color: rgb(170,12,125); }

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