Html Css Color HEX #AA0C7C Eggplant

📋 copy color: '#AA0C7C'

red 170 ◦ green 12 ◦ blue 124

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

Shades of Eggplant #AA0C7C

Tints of Eggplant #AA0C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.52%

R = 55.56%
G = 3.92%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA0C7C (or 0xAA0C7C) is known color: Eggplant. HEX triplet: AA, 0C and 7C. RGB value is (170,12,124). Sum of RGB (Red+Green+Blue) = 170+12+124=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0C7C is #55F383. Grayscale: #474747. Windows color (decimal): -5632900 or 8129706. OLE color: 8129706.

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

Color convert

RGB 170 12 124 -
CMYK 0 0.93 0.27 0.33
HSL 317.47º 0.87% 0.36% -
HSV(B) 317.47º 0.93% 0.67% -
XYZ 20.35 10.26 19.98 -
YUV 72.01 157.35 197.89 -
System Red Green Blue C M Y K H S L
Decimal 170 12 124 0 0.93 0.27 0.33 317.47 0.87 0.36
Hex AA C 7C 0 5D 1B 21 13D 57 24
Octal 252 14 174 0 135 33 41 475 127 44
Binary 10101010 1100 1111100 0 1011101 11011 100001 100111101 1010111 100100

Color Harmonies of #AA0C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C7C

Black with #AA0C7C

Text Example


Text Example

White with #AA0C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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