#AB067B

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

Shades of Eggplant #AB067B

Tints of Eggplant #AB067B

Color information

#AB067B (or 0xAB067B) is unknown color: approx Eggplant. HEX triplet: AB, 06 and 7B. RGB value is (171,6,123). Sum of RGB (Red+Green+Blue) = 171+6+123=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB067B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB067B is #54F984. Grayscale: #444444. Windows color (decimal): -5568901 or 8062635. OLE color: 8062635.

HSL color Cylindrical-coordinate representation of color #AB067B: hue angle of 317.45º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB067B is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB1716123-
CMYK00.960.280.33
HSL317.45º93.22%34.71%-
HSV(B)317.45º96.49%67.06%-
XYZ20.4310.2219.63-
YUV68.67158.66200.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57%
GREEN value IS 6 (2.73% from 255) = 2%
BLUE value IS 123 (48.44% from 255) = 41%
R=57%
G=2%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171612300.960.280.33317.4593.2234.71
HexAB67B0601C2113d5d23
Octal25361730140344147513543
Binary10101011110111101101100000111001000011001111011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB067B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB067B; }

 p { color: rgb(171,6,123); }

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

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

 a { background-color: rgb(171,6,123); }

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

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

 span { border-color: rgb(171,6,123); }

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