Shades of Dark Violet #A014BA
Tints of Dark Violet #A014BA
RGB
CMYK
RGB Variations
Color information
#A014BA (or 0xA014BA) is known color: Dark Violet. HEX triplet: A0, 14 and BA. RGB value is (160,20,186). Sum of RGB (Red+Green+Blue) = 160+20+186=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #A014BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A014BA is #5FEB45. Grayscale: #505050. Windows color (decimal): -6286150 or 12194976. OLE color: 12194976.
HSL color Cylindrical-coordinate representation of color #A014BA: hue angle of 290.6º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A014BA is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 20 | 186 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.27 |
| HSL | 290.6º | 0.81% | 0.4% | - |
| HSV(B) | 290.6º | 0.89% | 0.73% | - |
| XYZ | 23.61 | 11.52 | 47.43 | - |
| YUV | 80.78 | 187.38 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 186 | 0.14 | 0.89 | 0 | 0.27 | 290.6 | 0.81 | 0.4 |
| Hex | A0 | 14 | BA | E | 59 | 0 | 1B | 123 | 51 | 28 |
| Octal | 240 | 24 | 272 | 16 | 131 | 0 | 33 | 443 | 121 | 50 |
| Binary | 10100000 | 10100 | 10111010 | 1110 | 1011001 | 0 | 11011 | 100100011 | 1010001 | 101000 |
Color Harmonies of #A014BA
Complementary color
Monochromatic Colors of #A014BA
Black with #A014BA
Text Example
Text Example
White with #A014BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A014BA; }
p { color: rgb(160,20,186); }
H1.HeaderClassName
{
color: #A014BA;
}
.AnyTagClassName
{
color: #A014BA;
}
</style>
background-color css
<style>
a { background-color: #A014BA; }
a { background-color: rgb(160,20,186); }
div.DivClassName
{
background-color: #A014BA;
}
.BgClassName
{
background-color: #A014BA;
}
</style>
border-color css
<style>
span { border-color: #A014BA; }
span { border-color: rgb(160,20,186); }
td.TdClassName
{
border-color: #A014BA;
}
.TagClassName
{
border-color: #A014BA;
}
</style>