#AB5496

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

Shades of Violet Blue #AB5496

Tints of Violet Blue #AB5496

Color information

#AB5496 (or 0xAB5496) is unknown color: approx Violet Blue. HEX triplet: AB, 54 and 96. RGB value is (171,84,150). Sum of RGB (Red+Green+Blue) = 171+84+150=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5496 is #54AB69. Grayscale: #757575. Windows color (decimal): -5548906 or 9852075. OLE color: 9852075.

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

Color convert

RGB17184150-
CMYK00.510.120.33
HSL314.48º34.12%50%-
HSV(B)314.48º50.88%67.06%-
XYZ25.4717.230.83-
YUV117.54146.32166.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.22%
GREEN value IS 84 (33.20% from 255) = 20.74%
BLUE value IS 150 (58.98% from 255) = 37.04%
R=42.22%
G=20.74%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718415000.510.120.33314.4834.1250
HexAB5496033C2113a2232
Octal25312422606314414724262
Binary1010101110101001001011001100111100100001100111010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5496; }

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

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

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

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

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

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

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

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