Shades of Violet Blue #A94EA0
Tints of Violet Blue #A94EA0
RGB
CMYK
RGB Variations
Color information
#A94EA0 (or 0xA94EA0) is known color: Violet Blue. HEX triplet: A9, 4E and A0. RGB value is (169,78,160). Sum of RGB (Red+Green+Blue) = 169+78+160=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A94EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A94EA0 is #56B15F. Grayscale: #727272. Windows color (decimal): -5681504 or 10505897. OLE color: 10505897.
HSL color Cylindrical-coordinate representation of color #A94EA0: hue angle of 305.93º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A94EA0 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 78 | 160 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.34 |
| HSL | 305.93º | 0.37% | 0.48% | - |
| HSV(B) | 305.93º | 0.54% | 0.66% | - |
| XYZ | 25.43 | 16.42 | 35.09 | - |
| YUV | 114.56 | 153.65 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 78 | 160 | 0 | 0.54 | 0.05 | 0.34 | 305.93 | 0.37 | 0.48 |
| Hex | A9 | 4E | A0 | 0 | 36 | 5 | 22 | 132 | 25 | 30 |
| Octal | 251 | 116 | 240 | 0 | 66 | 5 | 42 | 462 | 45 | 60 |
| Binary | 10101001 | 1001110 | 10100000 | 0 | 110110 | 101 | 100010 | 100110010 | 100101 | 110000 |
Color Harmonies of #A94EA0
Complementary color
Monochromatic Colors of #A94EA0
Black with #A94EA0
Text Example
Text Example
White with #A94EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94EA0; }
p { color: rgb(169,78,160); }
H1.HeaderClassName
{
color: #A94EA0;
}
.AnyTagClassName
{
color: #A94EA0;
}
</style>
background-color css
<style>
a { background-color: #A94EA0; }
a { background-color: rgb(169,78,160); }
div.DivClassName
{
background-color: #A94EA0;
}
.BgClassName
{
background-color: #A94EA0;
}
</style>
border-color css
<style>
span { border-color: #A94EA0; }
span { border-color: rgb(169,78,160); }
td.TdClassName
{
border-color: #A94EA0;
}
.TagClassName
{
border-color: #A94EA0;
}
</style>