Shades of Violet Blue #A84992
Tints of Violet Blue #A84992
RGB
CMYK
RGB Variations
Color information
#A84992 (or 0xA84992) is known color: Violet Blue. HEX triplet: A8, 49 and 92. RGB value is (168,73,146). Sum of RGB (Red+Green+Blue) = 168+73+146=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A84992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84992 is #57B66D. Grayscale: #6D6D6D. Windows color (decimal): -5748334 or 9587112. OLE color: 9587112.
HSL color Cylindrical-coordinate representation of color #A84992: hue angle of 313.89º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A84992 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 146 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.34 |
| HSL | 313.89º | 0.39% | 0.47% | - |
| HSV(B) | 313.89º | 0.57% | 0.66% | - |
| XYZ | 23.72 | 15.17 | 28.87 | - |
| YUV | 109.73 | 148.47 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 146 | 0 | 0.57 | 0.13 | 0.34 | 313.89 | 0.39 | 0.47 |
| Hex | A8 | 49 | 92 | 0 | 39 | D | 22 | 13A | 27 | 2F |
| Octal | 250 | 111 | 222 | 0 | 71 | 15 | 42 | 472 | 47 | 57 |
| Binary | 10101000 | 1001001 | 10010010 | 0 | 111001 | 1101 | 100010 | 100111010 | 100111 | 101111 |
Color Harmonies of #A84992
Complementary color
Monochromatic Colors of #A84992
Black with #A84992
Text Example
Text Example
White with #A84992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84992; }
p { color: rgb(168,73,146); }
H1.HeaderClassName
{
color: #A84992;
}
.AnyTagClassName
{
color: #A84992;
}
</style>
background-color css
<style>
a { background-color: #A84992; }
a { background-color: rgb(168,73,146); }
div.DivClassName
{
background-color: #A84992;
}
.BgClassName
{
background-color: #A84992;
}
</style>
border-color css
<style>
span { border-color: #A84992; }
span { border-color: rgb(168,73,146); }
td.TdClassName
{
border-color: #A84992;
}
.TagClassName
{
border-color: #A84992;
}
</style>