Shades of Violet Blue #A873A2
Tints of Violet Blue #A873A2
RGB
CMYK
RGB Variations
Color information
#A873A2 (or 0xA873A2) is known color: Violet Blue. HEX triplet: A8, 73 and A2. RGB value is (168,115,162). Sum of RGB (Red+Green+Blue) = 168+115+162=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 168 - color contains mainly: red. Hex color #A873A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A873A2 is #578C5D. Grayscale: #888888. Windows color (decimal): -5737566 or 10646440. OLE color: 10646440.
HSL color Cylindrical-coordinate representation of color #A873A2: hue angle of 306.79º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A873A2 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 162 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.34 |
| HSL | 306.79º | 0.23% | 0.55% | - |
| HSV(B) | 306.79º | 0.32% | 0.66% | - |
| XYZ | 28.8 | 23.19 | 37.14 | - |
| YUV | 136.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 162 | 0 | 0.32 | 0.04 | 0.34 | 306.79 | 0.23 | 0.55 |
| Hex | A8 | 73 | A2 | 0 | 20 | 4 | 22 | 133 | 17 | 37 |
| Octal | 250 | 163 | 242 | 0 | 40 | 4 | 42 | 463 | 27 | 67 |
| Binary | 10101000 | 1110011 | 10100010 | 0 | 100000 | 100 | 100010 | 100110011 | 10111 | 110111 |
Color Harmonies of #A873A2
Complementary color
Monochromatic Colors of #A873A2
Black with #A873A2
Text Example
Text Example
White with #A873A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873A2; }
p { color: rgb(168,115,162); }
H1.HeaderClassName
{
color: #A873A2;
}
.AnyTagClassName
{
color: #A873A2;
}
</style>
background-color css
<style>
a { background-color: #A873A2; }
a { background-color: rgb(168,115,162); }
div.DivClassName
{
background-color: #A873A2;
}
.BgClassName
{
background-color: #A873A2;
}
</style>
border-color css
<style>
span { border-color: #A873A2; }
span { border-color: rgb(168,115,162); }
td.TdClassName
{
border-color: #A873A2;
}
.TagClassName
{
border-color: #A873A2;
}
</style>