Shades of Violet Blue #AB5592
Tints of Violet Blue #AB5592
RGB
CMYK
RGB Variations
Color information
#AB5592 (or 0xAB5592) is known color: Violet Blue. HEX triplet: AB, 55 and 92. RGB value is (171,85,146). Sum of RGB (Red+Green+Blue) = 171+85+146=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5592 is #54AA6D. Grayscale: #757575. Windows color (decimal): -5548654 or 9590187. OLE color: 9590187.
HSL color Cylindrical-coordinate representation of color #AB5592: hue angle of 317.44º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5592 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 146 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.33 |
| HSL | 317.44º | 0.34% | 0.5% | - |
| HSV(B) | 317.44º | 0.5% | 0.67% | - |
| XYZ | 25.23 | 17.23 | 29.19 | - |
| YUV | 117.67 | 143.99 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 146 | 0 | 0.50 | 0.15 | 0.33 | 317.44 | 0.34 | 0.5 |
| Hex | AB | 55 | 92 | 0 | 32 | F | 21 | 13D | 22 | 32 |
| Octal | 253 | 125 | 222 | 0 | 62 | 17 | 41 | 475 | 42 | 62 |
| Binary | 10101011 | 1010101 | 10010010 | 0 | 110010 | 1111 | 100001 | 100111101 | 100010 | 110010 |
Color Harmonies of #AB5592
Complementary color
Monochromatic Colors of #AB5592
Black with #AB5592
Text Example
Text Example
White with #AB5592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5592; }
p { color: rgb(171,85,146); }
H1.HeaderClassName
{
color: #AB5592;
}
.AnyTagClassName
{
color: #AB5592;
}
</style>
background-color css
<style>
a { background-color: #AB5592; }
a { background-color: rgb(171,85,146); }
div.DivClassName
{
background-color: #AB5592;
}
.BgClassName
{
background-color: #AB5592;
}
</style>
border-color css
<style>
span { border-color: #AB5592; }
span { border-color: rgb(171,85,146); }
td.TdClassName
{
border-color: #AB5592;
}
.TagClassName
{
border-color: #AB5592;
}
</style>