#AB5199

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

Shades of Violet Blue #AB5199

Tints of Violet Blue #AB5199

Color information

#AB5199 (or 0xAB5199) is unknown color: approx Violet Blue. HEX triplet: AB, 51 and 99. RGB value is (171,81,153). Sum of RGB (Red+Green+Blue) = 171+81+153=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5199 is #54AE66. Grayscale: #737373. Windows color (decimal): -5549671 or 10047915. OLE color: 10047915.

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

Color convert

RGB17181153-
CMYK00.530.110.33
HSL312º35.71%49.41%-
HSV(B)312º52.63%67.06%-
XYZ25.4916.8432.04-
YUV116.12148.82167.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.22%
GREEN value IS 81 (32.03% from 255) = 20%
BLUE value IS 153 (60.16% from 255) = 37.78%
R=42.22%
G=20%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718115300.530.110.3331235.7149.41
HexAB5199035B211382431
Octal25312123106513414704461
Binary1010101110100011001100101101011011100001100111000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5199; }

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

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

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

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

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

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

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

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