Shades of Violet Blue #A879AB
Tints of Violet Blue #A879AB
RGB
CMYK
RGB Variations
Color information
#A879AB (or 0xA879AB) is known color: Violet Blue. HEX triplet: A8, 79 and AB. RGB value is (168,121,171). Sum of RGB (Red+Green+Blue) = 168+121+171=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #A879AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A879AB is #578654. Grayscale: #8C8C8C. Windows color (decimal): -5736021 or 11237800. OLE color: 11237800.
HSL color Cylindrical-coordinate representation of color #A879AB: hue angle of 296.4º degrees, saturation: 0.23, 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 #A879AB is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 121 | 171 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.33 |
| HSL | 296.4º | 0.23% | 0.57% | - |
| HSV(B) | 296.4º | 0.29% | 0.67% | - |
| XYZ | 30.34 | 24.94 | 41.74 | - |
| YUV | 140.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 171 | 0.02 | 0.29 | 0 | 0.33 | 296.4 | 0.23 | 0.57 |
| Hex | A8 | 79 | AB | 2 | 1D | 0 | 21 | 128 | 17 | 39 |
| Octal | 250 | 171 | 253 | 2 | 35 | 0 | 41 | 450 | 27 | 71 |
| Binary | 10101000 | 1111001 | 10101011 | 10 | 11101 | 0 | 100001 | 100101000 | 10111 | 111001 |
Color Harmonies of #A879AB
Complementary color
Monochromatic Colors of #A879AB
Black with #A879AB
Text Example
Text Example
White with #A879AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A879AB; }
p { color: rgb(168,121,171); }
H1.HeaderClassName
{
color: #A879AB;
}
.AnyTagClassName
{
color: #A879AB;
}
</style>
background-color css
<style>
a { background-color: #A879AB; }
a { background-color: rgb(168,121,171); }
div.DivClassName
{
background-color: #A879AB;
}
.BgClassName
{
background-color: #A879AB;
}
</style>
border-color css
<style>
span { border-color: #A879AB; }
span { border-color: rgb(168,121,171); }
td.TdClassName
{
border-color: #A879AB;
}
.TagClassName
{
border-color: #A879AB;
}
</style>