Shades of Violet Blue #AB569C
Tints of Violet Blue #AB569C
RGB
CMYK
RGB Variations
Color information
#AB569C (or 0xAB569C) is known color: Violet Blue. HEX triplet: AB, 56 and 9C. RGB value is (171,86,156). Sum of RGB (Red+Green+Blue) = 171+86+156=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB569C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB569C is #54A963. Grayscale: #777777. Windows color (decimal): -5548388 or 10245803. OLE color: 10245803.
HSL color Cylindrical-coordinate representation of color #AB569C: hue angle of 310.59º 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 #AB569C is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 156 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.33 |
| HSL | 310.59º | 0.34% | 0.5% | - |
| HSV(B) | 310.59º | 0.5% | 0.67% | - |
| XYZ | 26.12 | 17.71 | 33.49 | - |
| YUV | 119.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 156 | 0 | 0.50 | 0.09 | 0.33 | 310.59 | 0.34 | 0.5 |
| Hex | AB | 56 | 9C | 0 | 32 | 9 | 21 | 137 | 22 | 32 |
| Octal | 253 | 126 | 234 | 0 | 62 | 11 | 41 | 467 | 42 | 62 |
| Binary | 10101011 | 1010110 | 10011100 | 0 | 110010 | 1001 | 100001 | 100110111 | 100010 | 110010 |
Color Harmonies of #AB569C
Complementary color
Monochromatic Colors of #AB569C
Black with #AB569C
Text Example
Text Example
White with #AB569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB569C; }
p { color: rgb(171,86,156); }
H1.HeaderClassName
{
color: #AB569C;
}
.AnyTagClassName
{
color: #AB569C;
}
</style>
background-color css
<style>
a { background-color: #AB569C; }
a { background-color: rgb(171,86,156); }
div.DivClassName
{
background-color: #AB569C;
}
.BgClassName
{
background-color: #AB569C;
}
</style>
border-color css
<style>
span { border-color: #AB569C; }
span { border-color: rgb(171,86,156); }
td.TdClassName
{
border-color: #AB569C;
}
.TagClassName
{
border-color: #AB569C;
}
</style>