Shades of Dark Violet #A013D9
Tints of Dark Violet #A013D9
RGB
CMYK
RGB Variations
Color information
#A013D9 (or 0xA013D9) is known color: Dark Violet. HEX triplet: A0, 13 and D9. RGB value is (160,19,217). Sum of RGB (Red+Green+Blue) = 160+19+217=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 217 (85.16% from 255 or 54.80% from 396); Max value from RGB is 217 - color contains mainly: blue. Hex color #A013D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A013D9 is #5FEC26. Grayscale: #535353. Windows color (decimal): -6286375 or 14226336. OLE color: 14226336.
HSL color Cylindrical-coordinate representation of color #A013D9: hue angle of 282.73º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A013D9 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 19 | 217 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.15 |
| HSL | 282.73º | 0.84% | 0.46% | - |
| HSV(B) | 282.73º | 0.91% | 0.85% | - |
| XYZ | 27.25 | 12.95 | 66.71 | - |
| YUV | 83.73 | 203.21 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 217 | 0.26 | 0.91 | 0 | 0.15 | 282.73 | 0.84 | 0.46 |
| Hex | A0 | 13 | D9 | 1A | 5B | 0 | F | 11B | 54 | 2E |
| Octal | 240 | 23 | 331 | 32 | 133 | 0 | 17 | 433 | 124 | 56 |
| Binary | 10100000 | 10011 | 11011001 | 11010 | 1011011 | 0 | 1111 | 100011011 | 1010100 | 101110 |
Color Harmonies of #A013D9
Complementary color
Monochromatic Colors of #A013D9
Black with #A013D9
Text Example
Text Example
White with #A013D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A013D9; }
p { color: rgb(160,19,217); }
H1.HeaderClassName
{
color: #A013D9;
}
.AnyTagClassName
{
color: #A013D9;
}
</style>
background-color css
<style>
a { background-color: #A013D9; }
a { background-color: rgb(160,19,217); }
div.DivClassName
{
background-color: #A013D9;
}
.BgClassName
{
background-color: #A013D9;
}
</style>
border-color css
<style>
span { border-color: #A013D9; }
span { border-color: rgb(160,19,217); }
td.TdClassName
{
border-color: #A013D9;
}
.TagClassName
{
border-color: #A013D9;
}
</style>