#AB5299

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

Shades of Violet Blue #AB5299

Tints of Violet Blue #AB5299

Color information

#AB5299 (or 0xAB5299) is unknown color: approx Violet Blue. HEX triplet: AB, 52 and 99. RGB value is (171,82,153). Sum of RGB (Red+Green+Blue) = 171+82+153=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5299 is #54AD66. Grayscale: #747474. Windows color (decimal): -5549415 or 10048171. OLE color: 10048171.

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

Color convert

RGB17182153-
CMYK00.520.110.33
HSL312.13º35.18%49.61%-
HSV(B)312.13º52.05%67.06%-
XYZ25.5616.9932.07-
YUV116.71148.49166.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 82 (32.42% from 255) = 20.20%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=42.12%
G=20.20%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718215300.520.110.33312.1335.1849.61
HexAB5299034B211382332
Octal25312223106413414704362
Binary1010101110100101001100101101001011100001100111000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5299; }

 p { color: rgb(171,82,153); }

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

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

 a { background-color: rgb(171,82,153); }

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

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

 span { border-color: rgb(171,82,153); }

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