#AB5596

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

Shades of Violet Blue #AB5596

Tints of Violet Blue #AB5596

Color information

#AB5596 (or 0xAB5596) is unknown color: approx Violet Blue. HEX triplet: AB, 55 and 96. RGB value is (171,85,150). Sum of RGB (Red+Green+Blue) = 171+85+150=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5596 is #54AA69. Grayscale: #757575. Windows color (decimal): -5548650 or 9852331. OLE color: 9852331.

HSL color Cylindrical-coordinate representation of color #AB5596: hue angle of 314.65º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5596 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB17185150-
CMYK00.500.120.33
HSL314.65º33.86%50.2%-
HSV(B)314.65º50.29%67.06%-
XYZ25.5517.3630.86-
YUV118.12145.99165.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 85 (33.59% from 255) = 20.94%
BLUE value IS 150 (58.98% from 255) = 36.95%
R=42.12%
G=20.94%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718515000.500.120.33314.6533.8650.2
HexAB5596032C2113b2232
Octal25312522606214414734262
Binary1010101110101011001011001100101100100001100111011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5596; }

 p { color: rgb(171,85,150); }

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

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

 a { background-color: rgb(171,85,150); }

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

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

 span { border-color: rgb(171,85,150); }

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