#AB599F

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

Shades of Violet Blue #AB599F

Tints of Violet Blue #AB599F

Color information

#AB599F (or 0xAB599F) is unknown color: approx Violet Blue. HEX triplet: AB, 59 and 9F. RGB value is (171,89,159). Sum of RGB (Red+Green+Blue) = 171+89+159=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB599F is #54A660. Grayscale: #797979. Windows color (decimal): -5547617 or 10443179. OLE color: 10443179.

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

Color convert

RGB17189159-
CMYK00.480.070.33
HSL308.78º32.8%50.98%-
HSV(B)308.78º47.95%67.06%-
XYZ26.6218.3134.93-
YUV121.5149.17163.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.81%
GREEN value IS 89 (35.16% from 255) = 21.24%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=40.81%
G=21.24%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718915900.480.070.33308.7832.850.98
HexAB599F0307211352133
Octal2531312370607414654163
Binary101010111011001100111110110000111100001100110101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB599F; }

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

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

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

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

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

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

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

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