Shades of Violet Blue #AB70B5
Tints of Violet Blue #AB70B5
RGB
CMYK
RGB Variations
Color information
#AB70B5 (or 0xAB70B5) is known color: Violet Blue. HEX triplet: AB, 70 and B5. RGB value is (171,112,181). Sum of RGB (Red+Green+Blue) = 171+112+181=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB70B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70B5 is #548F4A. Grayscale: #898989. Windows color (decimal): -5541707 or 11890859. OLE color: 11890859.
HSL color Cylindrical-coordinate representation of color #AB70B5: hue angle of 291.3º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB70B5 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 112 | 181 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.29 |
| HSL | 291.3º | 0.32% | 0.57% | - |
| HSV(B) | 291.3º | 0.38% | 0.71% | - |
| XYZ | 30.93 | 23.58 | 46.64 | - |
| YUV | 137.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 181 | 0.06 | 0.38 | 0 | 0.29 | 291.3 | 0.32 | 0.57 |
| Hex | AB | 70 | B5 | 6 | 26 | 0 | 1D | 123 | 20 | 39 |
| Octal | 253 | 160 | 265 | 6 | 46 | 0 | 35 | 443 | 40 | 71 |
| Binary | 10101011 | 1110000 | 10110101 | 110 | 100110 | 0 | 11101 | 100100011 | 100000 | 111001 |
Color Harmonies of #AB70B5
Complementary color
Monochromatic Colors of #AB70B5
Black with #AB70B5
Text Example
Text Example
White with #AB70B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB70B5; }
p { color: rgb(171,112,181); }
H1.HeaderClassName
{
color: #AB70B5;
}
.AnyTagClassName
{
color: #AB70B5;
}
</style>
background-color css
<style>
a { background-color: #AB70B5; }
a { background-color: rgb(171,112,181); }
div.DivClassName
{
background-color: #AB70B5;
}
.BgClassName
{
background-color: #AB70B5;
}
</style>
border-color css
<style>
span { border-color: #AB70B5; }
span { border-color: rgb(171,112,181); }
td.TdClassName
{
border-color: #AB70B5;
}
.TagClassName
{
border-color: #AB70B5;
}
</style>