#AB0B75

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

Shades of Eggplant #AB0B75

Tints of Eggplant #AB0B75

Color information

#AB0B75 (or 0xAB0B75) is unknown color: approx Eggplant. HEX triplet: AB, 0B and 75. RGB value is (171,11,117). Sum of RGB (Red+Green+Blue) = 171+11+117=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0B75 is #54F48A. Grayscale: #464646. Windows color (decimal): -5567627 or 7670699. OLE color: 7670699.

HSL color Cylindrical-coordinate representation of color #AB0B75: hue angle of 320.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0B75 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB17111117-
CMYK00.940.320.33
HSL320.25º87.91%35.69%-
HSV(B)320.25º93.57%67.06%-
XYZ20.1310.1817.73-
YUV70.92154.01199.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.19%
GREEN value IS 11 (4.69% from 255) = 3.68%
BLUE value IS 117 (46.09% from 255) = 39.13%
R=57.19%
G=3.68%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711111700.940.320.33320.2587.9135.69
HexABB7505E20211405824
Octal253131650136404150013044
Binary1010101110111110101010111101000001000011010000001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0B75; }

 p { color: rgb(171,11,117); }

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

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

 a { background-color: rgb(171,11,117); }

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

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

 span { border-color: rgb(171,11,117); }

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