Shades of Violet Blue #A871AA
Tints of Violet Blue #A871AA
RGB
CMYK
RGB Variations
Color information
#A871AA (or 0xA871AA) is known color: Violet Blue. HEX triplet: A8, 71 and AA. RGB value is (168,113,170). Sum of RGB (Red+Green+Blue) = 168+113+170=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #A871AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A871AA is #578E55. Grayscale: #878787. Windows color (decimal): -5738070 or 11170216. OLE color: 11170216.
HSL color Cylindrical-coordinate representation of color #A871AA: hue angle of 297.89º 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 #A871AA is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 113 | 170 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.33 |
| HSL | 297.89º | 0.25% | 0.55% | - |
| HSV(B) | 297.89º | 0.34% | 0.67% | - |
| XYZ | 29.31 | 23.04 | 40.93 | - |
| YUV | 135.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 113 | 170 | 0.01 | 0.34 | 0 | 0.33 | 297.89 | 0.25 | 0.55 |
| Hex | A8 | 71 | AA | 1 | 22 | 0 | 21 | 12A | 19 | 37 |
| Octal | 250 | 161 | 252 | 1 | 42 | 0 | 41 | 452 | 31 | 67 |
| Binary | 10101000 | 1110001 | 10101010 | 1 | 100010 | 0 | 100001 | 100101010 | 11001 | 110111 |
Color Harmonies of #A871AA
Complementary color
Monochromatic Colors of #A871AA
Black with #A871AA
Text Example
Text Example
White with #A871AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A871AA; }
p { color: rgb(168,113,170); }
H1.HeaderClassName
{
color: #A871AA;
}
.AnyTagClassName
{
color: #A871AA;
}
</style>
background-color css
<style>
a { background-color: #A871AA; }
a { background-color: rgb(168,113,170); }
div.DivClassName
{
background-color: #A871AA;
}
.BgClassName
{
background-color: #A871AA;
}
</style>
border-color css
<style>
span { border-color: #A871AA; }
span { border-color: rgb(168,113,170); }
td.TdClassName
{
border-color: #A871AA;
}
.TagClassName
{
border-color: #A871AA;
}
</style>