Shades of Violet Blue #AB499C
Tints of Violet Blue #AB499C
RGB
CMYK
RGB Variations
Color information
#AB499C (or 0xAB499C) is known color: Violet Blue. HEX triplet: AB, 49 and 9C. RGB value is (171,73,156). Sum of RGB (Red+Green+Blue) = 171+73+156=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB499C is #54B663. Grayscale: #6F6F6F. Windows color (decimal): -5551716 or 10242475. OLE color: 10242475.
HSL color Cylindrical-coordinate representation of color #AB499C: hue angle of 309.18º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB499C is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 73 | 156 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.33 |
| HSL | 309.18º | 0.4% | 0.48% | - |
| HSV(B) | 309.18º | 0.57% | 0.67% | - |
| XYZ | 25.18 | 15.82 | 33.18 | - |
| YUV | 111.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 156 | 0 | 0.57 | 0.09 | 0.33 | 309.18 | 0.4 | 0.48 |
| Hex | AB | 49 | 9C | 0 | 39 | 9 | 21 | 135 | 28 | 30 |
| Octal | 253 | 111 | 234 | 0 | 71 | 11 | 41 | 465 | 50 | 60 |
| Binary | 10101011 | 1001001 | 10011100 | 0 | 111001 | 1001 | 100001 | 100110101 | 101000 | 110000 |
Color Harmonies of #AB499C
Complementary color
Monochromatic Colors of #AB499C
Black with #AB499C
Text Example
Text Example
White with #AB499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB499C; }
p { color: rgb(171,73,156); }
H1.HeaderClassName
{
color: #AB499C;
}
.AnyTagClassName
{
color: #AB499C;
}
</style>
background-color css
<style>
a { background-color: #AB499C; }
a { background-color: rgb(171,73,156); }
div.DivClassName
{
background-color: #AB499C;
}
.BgClassName
{
background-color: #AB499C;
}
</style>
border-color css
<style>
span { border-color: #AB499C; }
span { border-color: rgb(171,73,156); }
td.TdClassName
{
border-color: #AB499C;
}
.TagClassName
{
border-color: #AB499C;
}
</style>