Html Css Color HEX #AA027C Eggplant

📋 copy color: '#AA027C'

red 170 ◦ green 2 ◦ blue 124

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

Shades of Eggplant #AA027C

Tints of Eggplant #AA027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 57.43%
G = 0.68%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA027C (or 0xAA027C) is known color: Eggplant. HEX triplet: AA, 02 and 7C. RGB value is (170,2,124). Sum of RGB (Red+Green+Blue) = 170+2+124=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA027C is #55FD83. Grayscale: #414141. Windows color (decimal): -5635460 or 8127146. OLE color: 8127146.

HSL color Cylindrical-coordinate representation of color #AA027C: hue angle of 316.43º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA027C is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 2 124 -
CMYK 0 0.99 0.27 0.33
HSL 316.43º 0.98% 0.34% -
HSV(B) 316.43º 0.99% 0.67% -
XYZ 20.24 10.04 19.94 -
YUV 66.14 160.66 202.08 -
System Red Green Blue C M Y K H S L
Decimal 170 2 124 0 0.99 0.27 0.33 316.43 0.98 0.34
Hex AA 2 7C 0 63 1B 21 13C 62 22
Octal 252 2 174 0 143 33 41 474 142 42
Binary 10101010 10 1111100 0 1100011 11011 100001 100111100 1100010 100010

Color Harmonies of #AA027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA027C

Black with #AA027C

Text Example


Text Example

White with #AA027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA027C; }

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

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

background-color css

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

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

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

border-color css

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

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

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