#AB027A

Color #AB027A Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #AB027A

Tints of Eggplant #AB027A

Color information

#AB027A (or 0xAB027A) is unknown color: approx Eggplant. HEX triplet: AB, 02 and 7A. RGB value is (171,2,122). Sum of RGB (Red+Green+Blue) = 171+2+122=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB027A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB027A is #54FD85. Grayscale: #414141. Windows color (decimal): -5569926 or 7996075. OLE color: 7996075.

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

Color convert

RGB1712122-
CMYK00.990.290.33
HSL317.4º97.69%33.92%-
HSV(B)317.4º98.83%67.06%-
XYZ20.3310.1119.29-
YUV66.21159.49202.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.97%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 122 (48.05% from 255) = 41.36%
R=57.97%
G=0.68%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171212200.990.290.33317.497.6933.92
HexAB27A0631D2113d6222
Octal25321720143354147514242
Binary1010101110111101001100011111011000011001111011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB027A; }

 p { color: rgb(171,2,122); }

 H1.HeaderClassName
 {
   color: #AB027A;
 }
 .AnyTagClassName
 {
   color: #AB027A;
 }
</style>
background-color css

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

 a { background-color: rgb(171,2,122); }

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

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

 span { border-color: rgb(171,2,122); }

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