#AB0674

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

Shades of Eggplant #AB0674

Tints of Eggplant #AB0674

Color information

#AB0674 (or 0xAB0674) is unknown color: approx Eggplant. HEX triplet: AB, 06 and 74. RGB value is (171,6,116). Sum of RGB (Red+Green+Blue) = 171+6+116=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0674 is #54F98B. Grayscale: #434343. Windows color (decimal): -5568908 or 7603883. OLE color: 7603883.

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

Color convert

RGB1716116-
CMYK00.960.320.33
HSL320º93.22%34.71%-
HSV(B)320º96.49%67.06%-
XYZ20.0110.0517.41-
YUV67.88155.16201.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.36%
GREEN value IS 6 (2.73% from 255) = 2.05%
BLUE value IS 116 (45.70% from 255) = 39.59%
R=58.36%
G=2.05%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171611600.960.320.3332093.2234.71
HexAB67406020211405d23
Octal25361640140404150013543
Binary101010111101110100011000001000001000011010000001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0674; }

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

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

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

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

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

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

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

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