Shades of Violet Blue #AB5495
Tints of Violet Blue #AB5495
RGB
CMYK
RGB Variations
Color information
#AB5495 (or 0xAB5495) is known color: Violet Blue. HEX triplet: AB, 54 and 95. RGB value is (171,84,149). Sum of RGB (Red+Green+Blue) = 171+84+149=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5495 is #54AB6A. Grayscale: #757575. Windows color (decimal): -5548907 or 9786539. OLE color: 9786539.
HSL color Cylindrical-coordinate representation of color #AB5495: hue angle of 315.17º 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 #AB5495 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 149 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.33 |
| HSL | 315.17º | 0.34% | 0.5% | - |
| HSV(B) | 315.17º | 0.51% | 0.67% | - |
| XYZ | 25.39 | 17.17 | 30.41 | - |
| YUV | 117.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 149 | 0 | 0.51 | 0.13 | 0.33 | 315.17 | 0.34 | 0.5 |
| Hex | AB | 54 | 95 | 0 | 33 | D | 21 | 13B | 22 | 32 |
| Octal | 253 | 124 | 225 | 0 | 63 | 15 | 41 | 473 | 42 | 62 |
| Binary | 10101011 | 1010100 | 10010101 | 0 | 110011 | 1101 | 100001 | 100111011 | 100010 | 110010 |
Color Harmonies of #AB5495
Complementary color
Monochromatic Colors of #AB5495
Black with #AB5495
Text Example
Text Example
White with #AB5495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5495; }
p { color: rgb(171,84,149); }
H1.HeaderClassName
{
color: #AB5495;
}
.AnyTagClassName
{
color: #AB5495;
}
</style>
background-color css
<style>
a { background-color: #AB5495; }
a { background-color: rgb(171,84,149); }
div.DivClassName
{
background-color: #AB5495;
}
.BgClassName
{
background-color: #AB5495;
}
</style>
border-color css
<style>
span { border-color: #AB5495; }
span { border-color: rgb(171,84,149); }
td.TdClassName
{
border-color: #AB5495;
}
.TagClassName
{
border-color: #AB5495;
}
</style>