Shades of Violet Blue #AB70AB
Tints of Violet Blue #AB70AB
RGB
CMYK
RGB Variations
Color information
#AB70AB (or 0xAB70AB) is known color: Violet Blue. HEX triplet: AB, 70 and AB. RGB value is (171,112,171). Sum of RGB (Red+Green+Blue) = 171+112+171=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB70AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB70AB is #548F54. Grayscale: #888888. Windows color (decimal): -5541717 or 11235499. OLE color: 11235499.
HSL color Cylindrical-coordinate representation of color #AB70AB: hue angle of 300º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB70AB is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 171 | - |
| CMYK | 0 | 0.35 | 0 | 0.33 |
| HSL | 300º | 0.26% | 0.55% | - |
| HSV(B) | 300º | 0.35% | 0.67% | - |
| XYZ | 29.94 | 23.19 | 41.43 | - |
| YUV | 136.37 | 147.55 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 171 | 0 | 0.35 | 0 | 0.33 | 300 | 0.26 | 0.55 |
| Hex | AB | 70 | AB | 0 | 23 | 0 | 21 | 12C | 1A | 37 |
| Octal | 253 | 160 | 253 | 0 | 43 | 0 | 41 | 454 | 32 | 67 |
| Binary | 10101011 | 1110000 | 10101011 | 0 | 100011 | 0 | 100001 | 100101100 | 11010 | 110111 |
Color Harmonies of #AB70AB
Complementary color
Monochromatic Colors of #AB70AB
Black with #AB70AB
Text Example
Text Example
White with #AB70AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB70AB; }
p { color: rgb(171,112,171); }
H1.HeaderClassName
{
color: #AB70AB;
}
.AnyTagClassName
{
color: #AB70AB;
}
</style>
background-color css
<style>
a { background-color: #AB70AB; }
a { background-color: rgb(171,112,171); }
div.DivClassName
{
background-color: #AB70AB;
}
.BgClassName
{
background-color: #AB70AB;
}
</style>
border-color css
<style>
span { border-color: #AB70AB; }
span { border-color: rgb(171,112,171); }
td.TdClassName
{
border-color: #AB70AB;
}
.TagClassName
{
border-color: #AB70AB;
}
</style>