Shades of Violet Blue #A84A95
Tints of Violet Blue #A84A95
RGB
CMYK
RGB Variations
Color information
#A84A95 (or 0xA84A95) is known color: Violet Blue. HEX triplet: A8, 4A and 95. RGB value is (168,74,149). Sum of RGB (Red+Green+Blue) = 168+74+149=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84A95 is #57B56A. Grayscale: #6E6E6E. Windows color (decimal): -5748075 or 9783976. OLE color: 9783976.
HSL color Cylindrical-coordinate representation of color #A84A95: hue angle of 312.13º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A84A95 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 74 | 149 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.34 |
| HSL | 312.13º | 0.39% | 0.47% | - |
| HSV(B) | 312.13º | 0.56% | 0.66% | - |
| XYZ | 24.02 | 15.39 | 30.14 | - |
| YUV | 110.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 149 | 0 | 0.56 | 0.11 | 0.34 | 312.13 | 0.39 | 0.47 |
| Hex | A8 | 4A | 95 | 0 | 38 | B | 22 | 138 | 27 | 2F |
| Octal | 250 | 112 | 225 | 0 | 70 | 13 | 42 | 470 | 47 | 57 |
| Binary | 10101000 | 1001010 | 10010101 | 0 | 111000 | 1011 | 100010 | 100111000 | 100111 | 101111 |
Color Harmonies of #A84A95
Complementary color
Monochromatic Colors of #A84A95
Black with #A84A95
Text Example
Text Example
White with #A84A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84A95; }
p { color: rgb(168,74,149); }
H1.HeaderClassName
{
color: #A84A95;
}
.AnyTagClassName
{
color: #A84A95;
}
</style>
background-color css
<style>
a { background-color: #A84A95; }
a { background-color: rgb(168,74,149); }
div.DivClassName
{
background-color: #A84A95;
}
.BgClassName
{
background-color: #A84A95;
}
</style>
border-color css
<style>
span { border-color: #A84A95; }
span { border-color: rgb(168,74,149); }
td.TdClassName
{
border-color: #A84A95;
}
.TagClassName
{
border-color: #A84A95;
}
</style>