Shades of Violet Blue #AB70B3
Tints of Violet Blue #AB70B3
RGB
CMYK
RGB Variations
Color information
#AB70B3 (or 0xAB70B3) is known color: Violet Blue. HEX triplet: AB, 70 and B3. RGB value is (171,112,179). Sum of RGB (Red+Green+Blue) = 171+112+179=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 179 - color contains mainly: blue. Hex color #AB70B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70B3 is #548F4C. Grayscale: #898989. Windows color (decimal): -5541709 or 11759787. OLE color: 11759787.
HSL color Cylindrical-coordinate representation of color #AB70B3: hue angle of 292.84º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB70B3 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 112 | 179 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.30 |
| HSL | 292.84º | 0.31% | 0.57% | - |
| HSV(B) | 292.84º | 0.37% | 0.7% | - |
| XYZ | 30.73 | 23.5 | 45.56 | - |
| YUV | 137.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 179 | 0.04 | 0.37 | 0 | 0.30 | 292.84 | 0.31 | 0.57 |
| Hex | AB | 70 | B3 | 4 | 25 | 0 | 1E | 125 | 1F | 39 |
| Octal | 253 | 160 | 263 | 4 | 45 | 0 | 36 | 445 | 37 | 71 |
| Binary | 10101011 | 1110000 | 10110011 | 100 | 100101 | 0 | 11110 | 100100101 | 11111 | 111001 |
Color Harmonies of #AB70B3
Complementary color
Monochromatic Colors of #AB70B3
Black with #AB70B3
Text Example
Text Example
White with #AB70B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB70B3; }
p { color: rgb(171,112,179); }
H1.HeaderClassName
{
color: #AB70B3;
}
.AnyTagClassName
{
color: #AB70B3;
}
</style>
background-color css
<style>
a { background-color: #AB70B3; }
a { background-color: rgb(171,112,179); }
div.DivClassName
{
background-color: #AB70B3;
}
.BgClassName
{
background-color: #AB70B3;
}
</style>
border-color css
<style>
span { border-color: #AB70B3; }
span { border-color: rgb(171,112,179); }
td.TdClassName
{
border-color: #AB70B3;
}
.TagClassName
{
border-color: #AB70B3;
}
</style>