Shades of Violet Blue #AB70AF
Tints of Violet Blue #AB70AF
RGB
CMYK
RGB Variations
Color information
#AB70AF (or 0xAB70AF) is known color: Violet Blue. HEX triplet: AB, 70 and AF. RGB value is (171,112,175). Sum of RGB (Red+Green+Blue) = 171+112+175=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB70AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB70AF is #548F50. Grayscale: #888888. Windows color (decimal): -5541713 or 11497643. OLE color: 11497643.
HSL color Cylindrical-coordinate representation of color #AB70AF: hue angle of 296.19º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB70AF is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 112 | 175 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.31 |
| HSL | 296.19º | 0.28% | 0.56% | - |
| HSV(B) | 296.19º | 0.36% | 0.69% | - |
| XYZ | 30.33 | 23.34 | 43.46 | - |
| YUV | 136.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 175 | 0.02 | 0.36 | 0 | 0.31 | 296.19 | 0.28 | 0.56 |
| Hex | AB | 70 | AF | 2 | 24 | 0 | 1F | 128 | 1C | 38 |
| Octal | 253 | 160 | 257 | 2 | 44 | 0 | 37 | 450 | 34 | 70 |
| Binary | 10101011 | 1110000 | 10101111 | 10 | 100100 | 0 | 11111 | 100101000 | 11100 | 111000 |
Color Harmonies of #AB70AF
Complementary color
Monochromatic Colors of #AB70AF
Black with #AB70AF
Text Example
Text Example
White with #AB70AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB70AF; }
p { color: rgb(171,112,175); }
H1.HeaderClassName
{
color: #AB70AF;
}
.AnyTagClassName
{
color: #AB70AF;
}
</style>
background-color css
<style>
a { background-color: #AB70AF; }
a { background-color: rgb(171,112,175); }
div.DivClassName
{
background-color: #AB70AF;
}
.BgClassName
{
background-color: #AB70AF;
}
</style>
border-color css
<style>
span { border-color: #AB70AF; }
span { border-color: rgb(171,112,175); }
td.TdClassName
{
border-color: #AB70AF;
}
.TagClassName
{
border-color: #AB70AF;
}
</style>