Shades of Violet Blue #A878AD
Tints of Violet Blue #A878AD
RGB
CMYK
RGB Variations
Color information
#A878AD (or 0xA878AD) is known color: Violet Blue. HEX triplet: A8, 78 and AD. RGB value is (168,120,173). Sum of RGB (Red+Green+Blue) = 168+120+173=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #A878AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A878AD is #578752. Grayscale: #8C8C8C. Windows color (decimal): -5736275 or 11368616. OLE color: 11368616.
HSL color Cylindrical-coordinate representation of color #A878AD: hue angle of 294.34º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A878AD is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 120 | 173 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.32 |
| HSL | 294.34º | 0.24% | 0.57% | - |
| HSV(B) | 294.34º | 0.31% | 0.68% | - |
| XYZ | 30.41 | 24.77 | 42.71 | - |
| YUV | 140.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 173 | 0.03 | 0.31 | 0 | 0.32 | 294.34 | 0.24 | 0.57 |
| Hex | A8 | 78 | AD | 3 | 1F | 0 | 20 | 126 | 18 | 39 |
| Octal | 250 | 170 | 255 | 3 | 37 | 0 | 40 | 446 | 30 | 71 |
| Binary | 10101000 | 1111000 | 10101101 | 11 | 11111 | 0 | 100000 | 100100110 | 11000 | 111001 |
Color Harmonies of #A878AD
Complementary color
Monochromatic Colors of #A878AD
Black with #A878AD
Text Example
Text Example
White with #A878AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878AD; }
p { color: rgb(168,120,173); }
H1.HeaderClassName
{
color: #A878AD;
}
.AnyTagClassName
{
color: #A878AD;
}
</style>
background-color css
<style>
a { background-color: #A878AD; }
a { background-color: rgb(168,120,173); }
div.DivClassName
{
background-color: #A878AD;
}
.BgClassName
{
background-color: #A878AD;
}
</style>
border-color css
<style>
span { border-color: #A878AD; }
span { border-color: rgb(168,120,173); }
td.TdClassName
{
border-color: #A878AD;
}
.TagClassName
{
border-color: #A878AD;
}
</style>