Html Css Color HEX #AA027B Eggplant

📋 copy color: '#AA027B'

red 170 ◦ green 2 ◦ blue 123

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

Shades of Eggplant #AA027B

Tints of Eggplant #AA027B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.69%

R = 57.63%
G = 0.68%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA027B (or 0xAA027B) is known color: Eggplant. HEX triplet: AA, 02 and 7B. RGB value is (170,2,123). Sum of RGB (Red+Green+Blue) = 170+2+123=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA027B is #55FD84. Grayscale: #414141. Windows color (decimal): -5635461 or 8061610. OLE color: 8061610.

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

Color convert

RGB 170 2 123 -
CMYK 0 0.99 0.28 0.33
HSL 316.79º 0.98% 0.34% -
HSV(B) 316.79º 0.99% 0.67% -
XYZ 20.17 10.02 19.61 -
YUV 66.03 160.16 202.16 -
System Red Green Blue C M Y K H S L
Decimal 170 2 123 0 0.99 0.28 0.33 316.79 0.98 0.34
Hex AA 2 7B 0 63 1C 21 13D 62 22
Octal 252 2 173 0 143 34 41 475 142 42
Binary 10101010 10 1111011 0 1100011 11100 100001 100111101 1100010 100010

Color Harmonies of #AA027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA027B

Black with #AA027B

Text Example


Text Example

White with #AA027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA027B; }

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

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

background-color css

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

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

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

border-color css

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

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

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