Html Css Color HEX #AA037C Eggplant

📋 copy color: '#AA037C'

red 170 ◦ green 3 ◦ blue 124

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

Shades of Eggplant #AA037C

Tints of Eggplant #AA037C

RGB

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

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

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

R = 57.24%
G = 1.01%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA037C (or 0xAA037C) is known color: Eggplant. HEX triplet: AA, 03 and 7C. RGB value is (170,3,124). Sum of RGB (Red+Green+Blue) = 170+3+124=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA037C is #55FC83. Grayscale: #424242. Windows color (decimal): -5635204 or 8127402. OLE color: 8127402.

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

Color convert

RGB 170 3 124 -
CMYK 0 0.98 0.27 0.33
HSL 316.53º 0.97% 0.34% -
HSV(B) 316.53º 0.98% 0.67% -
XYZ 20.25 10.07 19.94 -
YUV 66.73 160.33 201.66 -
System Red Green Blue C M Y K H S L
Decimal 170 3 124 0 0.98 0.27 0.33 316.53 0.97 0.34
Hex AA 3 7C 0 62 1B 21 13D 61 22
Octal 252 3 174 0 142 33 41 475 141 42
Binary 10101010 11 1111100 0 1100010 11011 100001 100111101 1100001 100010

Color Harmonies of #AA037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA037C

Black with #AA037C

Text Example


Text Example

White with #AA037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA037C; }

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

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

background-color css

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

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

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

border-color css

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

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

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