#AB5997

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

Shades of Violet Blue #AB5997

Tints of Violet Blue #AB5997

Color information

#AB5997 (or 0xAB5997) is unknown color: approx Violet Blue. HEX triplet: AB, 59 and 97. RGB value is (171,89,151). Sum of RGB (Red+Green+Blue) = 171+89+151=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5997 is #54A668. Grayscale: #787878. Windows color (decimal): -5547625 or 9918891. OLE color: 9918891.

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

Color convert

RGB17189151-
CMYK00.480.120.33
HSL314.63º32.8%50.98%-
HSV(B)314.63º47.95%67.06%-
XYZ25.9518.0431.39-
YUV120.59145.17163.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.61%
GREEN value IS 89 (35.16% from 255) = 21.65%
BLUE value IS 151 (59.38% from 255) = 36.74%
R=41.61%
G=21.65%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718915100.480.120.33314.6332.850.98
HexAB5997030C2113b2133
Octal25313122706014414734163
Binary1010101110110011001011101100001100100001100111011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5997; }

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

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

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

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

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

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

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

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