Shades of Violet Blue #AB5295
Tints of Violet Blue #AB5295
RGB
CMYK
RGB Variations
Color information
#AB5295 (or 0xAB5295) is known color: Violet Blue. HEX triplet: AB, 52 and 95. RGB value is (171,82,149). Sum of RGB (Red+Green+Blue) = 171+82+149=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5295 is #54AD6A. Grayscale: #747474. Windows color (decimal): -5549419 or 9786027. OLE color: 9786027.
HSL color Cylindrical-coordinate representation of color #AB5295: hue angle of 314.83º 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 #AB5295 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 149 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.33 |
| HSL | 314.83º | 0.35% | 0.5% | - |
| HSV(B) | 314.83º | 0.52% | 0.67% | - |
| XYZ | 25.24 | 16.86 | 30.36 | - |
| YUV | 116.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 149 | 0 | 0.52 | 0.13 | 0.33 | 314.83 | 0.35 | 0.5 |
| Hex | AB | 52 | 95 | 0 | 34 | D | 21 | 13B | 23 | 32 |
| Octal | 253 | 122 | 225 | 0 | 64 | 15 | 41 | 473 | 43 | 62 |
| Binary | 10101011 | 1010010 | 10010101 | 0 | 110100 | 1101 | 100001 | 100111011 | 100011 | 110010 |
Color Harmonies of #AB5295
Complementary color
Monochromatic Colors of #AB5295
Black with #AB5295
Text Example
Text Example
White with #AB5295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5295; }
p { color: rgb(171,82,149); }
H1.HeaderClassName
{
color: #AB5295;
}
.AnyTagClassName
{
color: #AB5295;
}
</style>
background-color css
<style>
a { background-color: #AB5295; }
a { background-color: rgb(171,82,149); }
div.DivClassName
{
background-color: #AB5295;
}
.BgClassName
{
background-color: #AB5295;
}
</style>
border-color css
<style>
span { border-color: #AB5295; }
span { border-color: rgb(171,82,149); }
td.TdClassName
{
border-color: #AB5295;
}
.TagClassName
{
border-color: #AB5295;
}
</style>