Shades of Violet Blue #A84197
Tints of Violet Blue #A84197
RGB
CMYK
RGB Variations
Color information
#A84197 (or 0xA84197) is known color: Violet Blue. HEX triplet: A8, 41 and 97. RGB value is (168,65,151). Sum of RGB (Red+Green+Blue) = 168+65+151=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A84197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84197 is #57BE68. Grayscale: #696969. Windows color (decimal): -5750377 or 9912744. OLE color: 9912744.
HSL color Cylindrical-coordinate representation of color #A84197: hue angle of 309.9º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A84197 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 151 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.34 |
| HSL | 309.9º | 0.44% | 0.46% | - |
| HSV(B) | 309.9º | 0.61% | 0.66% | - |
| XYZ | 23.62 | 14.34 | 30.8 | - |
| YUV | 105.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 151 | 0 | 0.61 | 0.10 | 0.34 | 309.9 | 0.44 | 0.46 |
| Hex | A8 | 41 | 97 | 0 | 3D | A | 22 | 136 | 2C | 2E |
| Octal | 250 | 101 | 227 | 0 | 75 | 12 | 42 | 466 | 54 | 56 |
| Binary | 10101000 | 1000001 | 10010111 | 0 | 111101 | 1010 | 100010 | 100110110 | 101100 | 101110 |
Color Harmonies of #A84197
Complementary color
Monochromatic Colors of #A84197
Black with #A84197
Text Example
Text Example
White with #A84197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84197; }
p { color: rgb(168,65,151); }
H1.HeaderClassName
{
color: #A84197;
}
.AnyTagClassName
{
color: #A84197;
}
</style>
background-color css
<style>
a { background-color: #A84197; }
a { background-color: rgb(168,65,151); }
div.DivClassName
{
background-color: #A84197;
}
.BgClassName
{
background-color: #A84197;
}
</style>
border-color css
<style>
span { border-color: #A84197; }
span { border-color: rgb(168,65,151); }
td.TdClassName
{
border-color: #A84197;
}
.TagClassName
{
border-color: #A84197;
}
</style>