#AB599B

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

Shades of Violet Blue #AB599B

Tints of Violet Blue #AB599B

Color information

#AB599B (or 0xAB599B) is unknown color: approx Violet Blue. HEX triplet: AB, 59 and 9B. RGB value is (171,89,155). Sum of RGB (Red+Green+Blue) = 171+89+155=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB599B is #54A664. Grayscale: #787878. Windows color (decimal): -5547621 or 10181035. OLE color: 10181035.

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

Color convert

RGB17189155-
CMYK00.480.090.33
HSL311.71º32.8%50.98%-
HSV(B)311.71º47.95%67.06%-
XYZ26.2818.1733.13-
YUV121.04147.17163.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.20%
GREEN value IS 89 (35.16% from 255) = 21.45%
BLUE value IS 155 (60.94% from 255) = 37.35%
R=41.20%
G=21.45%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718915500.480.090.33311.7132.850.98
HexAB599B0309211382133
Octal25313123306011414704163
Binary1010101110110011001101101100001001100001100111000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB599B; }

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

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

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

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

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

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

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

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