Shades of Violet Blue #A84997
Tints of Violet Blue #A84997
RGB
CMYK
RGB Variations
Color information
#A84997 (or 0xA84997) is known color: Violet Blue. HEX triplet: A8, 49 and 97. RGB value is (168,73,151). Sum of RGB (Red+Green+Blue) = 168+73+151=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A84997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84997 is #57B668. Grayscale: #6E6E6E. Windows color (decimal): -5748329 or 9914792. OLE color: 9914792.
HSL color Cylindrical-coordinate representation of color #A84997: hue angle of 310.74º 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 #A84997 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 151 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.34 |
| HSL | 310.74º | 0.39% | 0.47% | - |
| HSV(B) | 310.74º | 0.57% | 0.66% | - |
| XYZ | 24.12 | 15.32 | 30.96 | - |
| YUV | 110.3 | 150.97 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 151 | 0 | 0.57 | 0.10 | 0.34 | 310.74 | 0.39 | 0.47 |
| Hex | A8 | 49 | 97 | 0 | 39 | A | 22 | 137 | 27 | 2F |
| Octal | 250 | 111 | 227 | 0 | 71 | 12 | 42 | 467 | 47 | 57 |
| Binary | 10101000 | 1001001 | 10010111 | 0 | 111001 | 1010 | 100010 | 100110111 | 100111 | 101111 |
Color Harmonies of #A84997
Complementary color
Monochromatic Colors of #A84997
Black with #A84997
Text Example
Text Example
White with #A84997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84997; }
p { color: rgb(168,73,151); }
H1.HeaderClassName
{
color: #A84997;
}
.AnyTagClassName
{
color: #A84997;
}
</style>
background-color css
<style>
a { background-color: #A84997; }
a { background-color: rgb(168,73,151); }
div.DivClassName
{
background-color: #A84997;
}
.BgClassName
{
background-color: #A84997;
}
</style>
border-color css
<style>
span { border-color: #A84997; }
span { border-color: rgb(168,73,151); }
td.TdClassName
{
border-color: #A84997;
}
.TagClassName
{
border-color: #A84997;
}
</style>