Shades of Violet Blue #AB569F
Tints of Violet Blue #AB569F
RGB
CMYK
RGB Variations
Color information
#AB569F (or 0xAB569F) is known color: Violet Blue. HEX triplet: AB, 56 and 9F. RGB value is (171,86,159). Sum of RGB (Red+Green+Blue) = 171+86+159=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB569F is #54A960. Grayscale: #777777. Windows color (decimal): -5548385 or 10442411. OLE color: 10442411.
HSL color Cylindrical-coordinate representation of color #AB569F: hue angle of 308.47º 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 #AB569F is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 159 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.33 |
| HSL | 308.47º | 0.34% | 0.5% | - |
| HSV(B) | 308.47º | 0.5% | 0.67% | - |
| XYZ | 26.38 | 17.82 | 34.85 | - |
| YUV | 119.74 | 150.16 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 159 | 0 | 0.50 | 0.07 | 0.33 | 308.47 | 0.34 | 0.5 |
| Hex | AB | 56 | 9F | 0 | 32 | 7 | 21 | 134 | 22 | 32 |
| Octal | 253 | 126 | 237 | 0 | 62 | 7 | 41 | 464 | 42 | 62 |
| Binary | 10101011 | 1010110 | 10011111 | 0 | 110010 | 111 | 100001 | 100110100 | 100010 | 110010 |
Color Harmonies of #AB569F
Complementary color
Monochromatic Colors of #AB569F
Black with #AB569F
Text Example
Text Example
White with #AB569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB569F; }
p { color: rgb(171,86,159); }
H1.HeaderClassName
{
color: #AB569F;
}
.AnyTagClassName
{
color: #AB569F;
}
</style>
background-color css
<style>
a { background-color: #AB569F; }
a { background-color: rgb(171,86,159); }
div.DivClassName
{
background-color: #AB569F;
}
.BgClassName
{
background-color: #AB569F;
}
</style>
border-color css
<style>
span { border-color: #AB569F; }
span { border-color: rgb(171,86,159); }
td.TdClassName
{
border-color: #AB569F;
}
.TagClassName
{
border-color: #AB569F;
}
</style>