Shades of Violet Blue #AB5692
Tints of Violet Blue #AB5692
RGB
CMYK
RGB Variations
Color information
#AB5692 (or 0xAB5692) is known color: Violet Blue. HEX triplet: AB, 56 and 92. RGB value is (171,86,146). Sum of RGB (Red+Green+Blue) = 171+86+146=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5692 is #54A96D. Grayscale: #767676. Windows color (decimal): -5548398 or 9590443. OLE color: 9590443.
HSL color Cylindrical-coordinate representation of color #AB5692: hue angle of 317.65º 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 #AB5692 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 146 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.33 |
| HSL | 317.65º | 0.34% | 0.5% | - |
| HSV(B) | 317.65º | 0.5% | 0.67% | - |
| XYZ | 25.31 | 17.39 | 29.22 | - |
| YUV | 118.26 | 143.66 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 146 | 0 | 0.50 | 0.15 | 0.33 | 317.65 | 0.34 | 0.5 |
| Hex | AB | 56 | 92 | 0 | 32 | F | 21 | 13E | 22 | 32 |
| Octal | 253 | 126 | 222 | 0 | 62 | 17 | 41 | 476 | 42 | 62 |
| Binary | 10101011 | 1010110 | 10010010 | 0 | 110010 | 1111 | 100001 | 100111110 | 100010 | 110010 |
Color Harmonies of #AB5692
Complementary color
Monochromatic Colors of #AB5692
Black with #AB5692
Text Example
Text Example
White with #AB5692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5692; }
p { color: rgb(171,86,146); }
H1.HeaderClassName
{
color: #AB5692;
}
.AnyTagClassName
{
color: #AB5692;
}
</style>
background-color css
<style>
a { background-color: #AB5692; }
a { background-color: rgb(171,86,146); }
div.DivClassName
{
background-color: #AB5692;
}
.BgClassName
{
background-color: #AB5692;
}
</style>
border-color css
<style>
span { border-color: #AB5692; }
span { border-color: rgb(171,86,146); }
td.TdClassName
{
border-color: #AB5692;
}
.TagClassName
{
border-color: #AB5692;
}
</style>