Shades of Violet Blue #AB569A
Tints of Violet Blue #AB569A
RGB
CMYK
RGB Variations
Color information
#AB569A (or 0xAB569A) is known color: Violet Blue. HEX triplet: AB, 56 and 9A. RGB value is (171,86,154). Sum of RGB (Red+Green+Blue) = 171+86+154=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB569A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB569A is #54A965. Grayscale: #767676. Windows color (decimal): -5548390 or 10114731. OLE color: 10114731.
HSL color Cylindrical-coordinate representation of color #AB569A: hue angle of 312º 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 #AB569A is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 154 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.33 |
| HSL | 312º | 0.34% | 0.5% | - |
| HSV(B) | 312º | 0.5% | 0.67% | - |
| XYZ | 25.96 | 17.65 | 32.61 | - |
| YUV | 119.17 | 147.66 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 154 | 0 | 0.50 | 0.10 | 0.33 | 312 | 0.34 | 0.5 |
| Hex | AB | 56 | 9A | 0 | 32 | A | 21 | 138 | 22 | 32 |
| Octal | 253 | 126 | 232 | 0 | 62 | 12 | 41 | 470 | 42 | 62 |
| Binary | 10101011 | 1010110 | 10011010 | 0 | 110010 | 1010 | 100001 | 100111000 | 100010 | 110010 |
Color Harmonies of #AB569A
Complementary color
Monochromatic Colors of #AB569A
Black with #AB569A
Text Example
Text Example
White with #AB569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB569A; }
p { color: rgb(171,86,154); }
H1.HeaderClassName
{
color: #AB569A;
}
.AnyTagClassName
{
color: #AB569A;
}
</style>
background-color css
<style>
a { background-color: #AB569A; }
a { background-color: rgb(171,86,154); }
div.DivClassName
{
background-color: #AB569A;
}
.BgClassName
{
background-color: #AB569A;
}
</style>
border-color css
<style>
span { border-color: #AB569A; }
span { border-color: rgb(171,86,154); }
td.TdClassName
{
border-color: #AB569A;
}
.TagClassName
{
border-color: #AB569A;
}
</style>