Shades of Violet Blue #AB70A2
Tints of Violet Blue #AB70A2
RGB
CMYK
RGB Variations
Color information
#AB70A2 (or 0xAB70A2) is known color: Violet Blue. HEX triplet: AB, 70 and A2. RGB value is (171,112,162). Sum of RGB (Red+Green+Blue) = 171+112+162=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB70A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB70A2 is #548F5D. Grayscale: #878787. Windows color (decimal): -5541726 or 10645675. OLE color: 10645675.
HSL color Cylindrical-coordinate representation of color #AB70A2: hue angle of 309.15º 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 #AB70A2 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 162 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.33 |
| HSL | 309.15º | 0.26% | 0.55% | - |
| HSV(B) | 309.15º | 0.35% | 0.67% | - |
| XYZ | 29.11 | 22.85 | 37.06 | - |
| YUV | 135.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 162 | 0 | 0.35 | 0.05 | 0.33 | 309.15 | 0.26 | 0.55 |
| Hex | AB | 70 | A2 | 0 | 23 | 5 | 21 | 135 | 1A | 37 |
| Octal | 253 | 160 | 242 | 0 | 43 | 5 | 41 | 465 | 32 | 67 |
| Binary | 10101011 | 1110000 | 10100010 | 0 | 100011 | 101 | 100001 | 100110101 | 11010 | 110111 |
Color Harmonies of #AB70A2
Complementary color
Monochromatic Colors of #AB70A2
Black with #AB70A2
Text Example
Text Example
White with #AB70A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB70A2; }
p { color: rgb(171,112,162); }
H1.HeaderClassName
{
color: #AB70A2;
}
.AnyTagClassName
{
color: #AB70A2;
}
</style>
background-color css
<style>
a { background-color: #AB70A2; }
a { background-color: rgb(171,112,162); }
div.DivClassName
{
background-color: #AB70A2;
}
.BgClassName
{
background-color: #AB70A2;
}
</style>
border-color css
<style>
span { border-color: #AB70A2; }
span { border-color: rgb(171,112,162); }
td.TdClassName
{
border-color: #AB70A2;
}
.TagClassName
{
border-color: #AB70A2;
}
</style>