Shades of Violet Blue #A84995
Tints of Violet Blue #A84995
RGB
CMYK
RGB Variations
Color information
#A84995 (or 0xA84995) is known color: Violet Blue. HEX triplet: A8, 49 and 95. RGB value is (168,73,149). Sum of RGB (Red+Green+Blue) = 168+73+149=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A84995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84995 is #57B66A. Grayscale: #6D6D6D. Windows color (decimal): -5748331 or 9783720. OLE color: 9783720.
HSL color Cylindrical-coordinate representation of color #A84995: hue angle of 312º 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 #A84995 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 149 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.34 |
| HSL | 312º | 0.39% | 0.47% | - |
| HSV(B) | 312º | 0.57% | 0.66% | - |
| XYZ | 23.96 | 15.26 | 30.12 | - |
| YUV | 110.07 | 149.97 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 149 | 0 | 0.57 | 0.11 | 0.34 | 312 | 0.39 | 0.47 |
| Hex | A8 | 49 | 95 | 0 | 39 | B | 22 | 138 | 27 | 2F |
| Octal | 250 | 111 | 225 | 0 | 71 | 13 | 42 | 470 | 47 | 57 |
| Binary | 10101000 | 1001001 | 10010101 | 0 | 111001 | 1011 | 100010 | 100111000 | 100111 | 101111 |
Color Harmonies of #A84995
Complementary color
Monochromatic Colors of #A84995
Black with #A84995
Text Example
Text Example
White with #A84995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84995; }
p { color: rgb(168,73,149); }
H1.HeaderClassName
{
color: #A84995;
}
.AnyTagClassName
{
color: #A84995;
}
</style>
background-color css
<style>
a { background-color: #A84995; }
a { background-color: rgb(168,73,149); }
div.DivClassName
{
background-color: #A84995;
}
.BgClassName
{
background-color: #A84995;
}
</style>
border-color css
<style>
span { border-color: #A84995; }
span { border-color: rgb(168,73,149); }
td.TdClassName
{
border-color: #A84995;
}
.TagClassName
{
border-color: #A84995;
}
</style>