Shades of Dark Violet #A013BA
Tints of Dark Violet #A013BA
RGB
CMYK
RGB Variations
Color information
#A013BA (or 0xA013BA) is known color: Dark Violet. HEX triplet: A0, 13 and BA. RGB value is (160,19,186). Sum of RGB (Red+Green+Blue) = 160+19+186=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #A013BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A013BA is #5FEC45. Grayscale: #4F4F4F. Windows color (decimal): -6286406 or 12194720. OLE color: 12194720.
HSL color Cylindrical-coordinate representation of color #A013BA: hue angle of 290.66º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A013BA is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 19 | 186 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.27 |
| HSL | 290.66º | 0.81% | 0.4% | - |
| HSV(B) | 290.66º | 0.9% | 0.73% | - |
| XYZ | 23.59 | 11.48 | 47.43 | - |
| YUV | 80.2 | 187.71 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 186 | 0.14 | 0.90 | 0 | 0.27 | 290.66 | 0.81 | 0.4 |
| Hex | A0 | 13 | BA | E | 5A | 0 | 1B | 123 | 51 | 28 |
| Octal | 240 | 23 | 272 | 16 | 132 | 0 | 33 | 443 | 121 | 50 |
| Binary | 10100000 | 10011 | 10111010 | 1110 | 1011010 | 0 | 11011 | 100100011 | 1010001 | 101000 |
Color Harmonies of #A013BA
Complementary color
Monochromatic Colors of #A013BA
Black with #A013BA
Text Example
Text Example
White with #A013BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A013BA; }
p { color: rgb(160,19,186); }
H1.HeaderClassName
{
color: #A013BA;
}
.AnyTagClassName
{
color: #A013BA;
}
</style>
background-color css
<style>
a { background-color: #A013BA; }
a { background-color: rgb(160,19,186); }
div.DivClassName
{
background-color: #A013BA;
}
.BgClassName
{
background-color: #A013BA;
}
</style>
border-color css
<style>
span { border-color: #A013BA; }
span { border-color: rgb(160,19,186); }
td.TdClassName
{
border-color: #A013BA;
}
.TagClassName
{
border-color: #A013BA;
}
</style>