Shades of Violet Blue #AB499B
Tints of Violet Blue #AB499B
RGB
CMYK
RGB Variations
Color information
#AB499B (or 0xAB499B) is known color: Violet Blue. HEX triplet: AB, 49 and 9B. RGB value is (171,73,155). Sum of RGB (Red+Green+Blue) = 171+73+155=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB499B is #54B664. Grayscale: #6F6F6F. Windows color (decimal): -5551717 or 10176939. OLE color: 10176939.
HSL color Cylindrical-coordinate representation of color #AB499B: hue angle of 309.8º 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 #AB499B is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 73 | 155 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.33 |
| HSL | 309.8º | 0.4% | 0.48% | - |
| HSV(B) | 309.8º | 0.57% | 0.67% | - |
| XYZ | 25.09 | 15.79 | 32.74 | - |
| YUV | 111.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 155 | 0 | 0.57 | 0.09 | 0.33 | 309.8 | 0.4 | 0.48 |
| Hex | AB | 49 | 9B | 0 | 39 | 9 | 21 | 136 | 28 | 30 |
| Octal | 253 | 111 | 233 | 0 | 71 | 11 | 41 | 466 | 50 | 60 |
| Binary | 10101011 | 1001001 | 10011011 | 0 | 111001 | 1001 | 100001 | 100110110 | 101000 | 110000 |
Color Harmonies of #AB499B
Complementary color
Monochromatic Colors of #AB499B
Black with #AB499B
Text Example
Text Example
White with #AB499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB499B; }
p { color: rgb(171,73,155); }
H1.HeaderClassName
{
color: #AB499B;
}
.AnyTagClassName
{
color: #AB499B;
}
</style>
background-color css
<style>
a { background-color: #AB499B; }
a { background-color: rgb(171,73,155); }
div.DivClassName
{
background-color: #AB499B;
}
.BgClassName
{
background-color: #AB499B;
}
</style>
border-color css
<style>
span { border-color: #AB499B; }
span { border-color: rgb(171,73,155); }
td.TdClassName
{
border-color: #AB499B;
}
.TagClassName
{
border-color: #AB499B;
}
</style>