#AB589F

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

Shades of Violet Blue #AB589F

Tints of Violet Blue #AB589F

Color information

#AB589F (or 0xAB589F) is unknown color: approx Violet Blue. HEX triplet: AB, 58 and 9F. RGB value is (171,88,159). Sum of RGB (Red+Green+Blue) = 171+88+159=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB589F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB589F is #54A760. Grayscale: #787878. Windows color (decimal): -5547873 or 10442923. OLE color: 10442923.

HSL color Cylindrical-coordinate representation of color #AB589F: hue angle of 308.67º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB589F is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB17188159-
CMYK00.490.070.33
HSL308.67º33.07%50.78%-
HSV(B)308.67º48.54%67.06%-
XYZ26.5418.1434.9-
YUV120.91149.5163.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 88 (34.77% from 255) = 21.05%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=40.91%
G=21.05%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718815900.490.070.33308.6733.0750.78
HexAB589F0317211352133
Octal2531302370617414654163
Binary101010111011000100111110110001111100001100110101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB589F; }

 p { color: rgb(171,88,159); }

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

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

 a { background-color: rgb(171,88,159); }

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

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

 span { border-color: rgb(171,88,159); }

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