Shades of Violet Blue #A870AA
Tints of Violet Blue #A870AA
RGB
CMYK
RGB Variations
Color information
#A870AA (or 0xA870AA) is known color: Violet Blue. HEX triplet: A8, 70 and AA. RGB value is (168,112,170). Sum of RGB (Red+Green+Blue) = 168+112+170=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #A870AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A870AA is #578F55. Grayscale: #878787. Windows color (decimal): -5738326 or 11169960. OLE color: 11169960.
HSL color Cylindrical-coordinate representation of color #A870AA: hue angle of 297.93º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A870AA is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 112 | 170 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.33 |
| HSL | 297.93º | 0.25% | 0.55% | - |
| HSV(B) | 297.93º | 0.34% | 0.67% | - |
| XYZ | 29.2 | 22.82 | 40.9 | - |
| YUV | 135.36 | 147.55 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 170 | 0.01 | 0.34 | 0 | 0.33 | 297.93 | 0.25 | 0.55 |
| Hex | A8 | 70 | AA | 1 | 22 | 0 | 21 | 12A | 19 | 37 |
| Octal | 250 | 160 | 252 | 1 | 42 | 0 | 41 | 452 | 31 | 67 |
| Binary | 10101000 | 1110000 | 10101010 | 1 | 100010 | 0 | 100001 | 100101010 | 11001 | 110111 |
Color Harmonies of #A870AA
Complementary color
Monochromatic Colors of #A870AA
Black with #A870AA
Text Example
Text Example
White with #A870AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A870AA; }
p { color: rgb(168,112,170); }
H1.HeaderClassName
{
color: #A870AA;
}
.AnyTagClassName
{
color: #A870AA;
}
</style>
background-color css
<style>
a { background-color: #A870AA; }
a { background-color: rgb(168,112,170); }
div.DivClassName
{
background-color: #A870AA;
}
.BgClassName
{
background-color: #A870AA;
}
</style>
border-color css
<style>
span { border-color: #A870AA; }
span { border-color: rgb(168,112,170); }
td.TdClassName
{
border-color: #A870AA;
}
.TagClassName
{
border-color: #A870AA;
}
</style>