Shades of Violet Blue #A879AA
Tints of Violet Blue #A879AA
RGB
CMYK
RGB Variations
Color information
#A879AA (or 0xA879AA) is known color: Violet Blue. HEX triplet: A8, 79 and AA. RGB value is (168,121,170). Sum of RGB (Red+Green+Blue) = 168+121+170=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #A879AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A879AA is #578655. Grayscale: #8C8C8C. Windows color (decimal): -5736022 or 11172264. OLE color: 11172264.
HSL color Cylindrical-coordinate representation of color #A879AA: hue angle of 297.55º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A879AA is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 121 | 170 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.33 |
| HSL | 297.55º | 0.22% | 0.57% | - |
| HSV(B) | 297.55º | 0.29% | 0.67% | - |
| XYZ | 30.24 | 24.9 | 41.24 | - |
| YUV | 140.64 | 144.57 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 170 | 0.01 | 0.29 | 0 | 0.33 | 297.55 | 0.22 | 0.57 |
| Hex | A8 | 79 | AA | 1 | 1D | 0 | 21 | 12A | 16 | 39 |
| Octal | 250 | 171 | 252 | 1 | 35 | 0 | 41 | 452 | 26 | 71 |
| Binary | 10101000 | 1111001 | 10101010 | 1 | 11101 | 0 | 100001 | 100101010 | 10110 | 111001 |
Color Harmonies of #A879AA
Complementary color
Monochromatic Colors of #A879AA
Black with #A879AA
Text Example
Text Example
White with #A879AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A879AA; }
p { color: rgb(168,121,170); }
H1.HeaderClassName
{
color: #A879AA;
}
.AnyTagClassName
{
color: #A879AA;
}
</style>
background-color css
<style>
a { background-color: #A879AA; }
a { background-color: rgb(168,121,170); }
div.DivClassName
{
background-color: #A879AA;
}
.BgClassName
{
background-color: #A879AA;
}
</style>
border-color css
<style>
span { border-color: #A879AA; }
span { border-color: rgb(168,121,170); }
td.TdClassName
{
border-color: #A879AA;
}
.TagClassName
{
border-color: #A879AA;
}
</style>