Shades of Violet Blue #A876AA
Tints of Violet Blue #A876AA
RGB
CMYK
RGB Variations
Color information
#A876AA (or 0xA876AA) is known color: Violet Blue. HEX triplet: A8, 76 and AA. RGB value is (168,118,170). Sum of RGB (Red+Green+Blue) = 168+118+170=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #A876AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A876AA is #578955. Grayscale: #8A8A8A. Windows color (decimal): -5736790 or 11171496. OLE color: 11171496.
HSL color Cylindrical-coordinate representation of color #A876AA: hue angle of 297.69º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A876AA is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 118 | 170 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.33 |
| HSL | 297.69º | 0.23% | 0.56% | - |
| HSV(B) | 297.69º | 0.31% | 0.67% | - |
| XYZ | 29.88 | 24.18 | 41.12 | - |
| YUV | 138.88 | 145.57 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 170 | 0.01 | 0.31 | 0 | 0.33 | 297.69 | 0.23 | 0.56 |
| Hex | A8 | 76 | AA | 1 | 1F | 0 | 21 | 12A | 17 | 38 |
| Octal | 250 | 166 | 252 | 1 | 37 | 0 | 41 | 452 | 27 | 70 |
| Binary | 10101000 | 1110110 | 10101010 | 1 | 11111 | 0 | 100001 | 100101010 | 10111 | 111000 |
Color Harmonies of #A876AA
Complementary color
Monochromatic Colors of #A876AA
Black with #A876AA
Text Example
Text Example
White with #A876AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876AA; }
p { color: rgb(168,118,170); }
H1.HeaderClassName
{
color: #A876AA;
}
.AnyTagClassName
{
color: #A876AA;
}
</style>
background-color css
<style>
a { background-color: #A876AA; }
a { background-color: rgb(168,118,170); }
div.DivClassName
{
background-color: #A876AA;
}
.BgClassName
{
background-color: #A876AA;
}
</style>
border-color css
<style>
span { border-color: #A876AA; }
span { border-color: rgb(168,118,170); }
td.TdClassName
{
border-color: #A876AA;
}
.TagClassName
{
border-color: #A876AA;
}
</style>