Shades of Dark Violet #A013DF
Tints of Dark Violet #A013DF
RGB
CMYK
RGB Variations
Color information
#A013DF (or 0xA013DF) is known color: Dark Violet. HEX triplet: A0, 13 and DF. RGB value is (160,19,223). Sum of RGB (Red+Green+Blue) = 160+19+223=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #A013DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A013DF is #5FEC20. Grayscale: #535353. Windows color (decimal): -6286369 or 14619552. OLE color: 14619552.
HSL color Cylindrical-coordinate representation of color #A013DF: hue angle of 281.47º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A013DF is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 19 | 223 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.13 |
| HSL | 281.47º | 0.84% | 0.47% | - |
| HSV(B) | 281.47º | 0.91% | 0.87% | - |
| XYZ | 28.05 | 13.27 | 70.89 | - |
| YUV | 84.42 | 206.21 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 223 | 0.28 | 0.91 | 0 | 0.13 | 281.47 | 0.84 | 0.47 |
| Hex | A0 | 13 | DF | 1C | 5B | 0 | D | 119 | 54 | 2F |
| Octal | 240 | 23 | 337 | 34 | 133 | 0 | 15 | 431 | 124 | 57 |
| Binary | 10100000 | 10011 | 11011111 | 11100 | 1011011 | 0 | 1101 | 100011001 | 1010100 | 101111 |
Color Harmonies of #A013DF
Complementary color
Monochromatic Colors of #A013DF
Black with #A013DF
Text Example
Text Example
White with #A013DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A013DF; }
p { color: rgb(160,19,223); }
H1.HeaderClassName
{
color: #A013DF;
}
.AnyTagClassName
{
color: #A013DF;
}
</style>
background-color css
<style>
a { background-color: #A013DF; }
a { background-color: rgb(160,19,223); }
div.DivClassName
{
background-color: #A013DF;
}
.BgClassName
{
background-color: #A013DF;
}
</style>
border-color css
<style>
span { border-color: #A013DF; }
span { border-color: rgb(160,19,223); }
td.TdClassName
{
border-color: #A013DF;
}
.TagClassName
{
border-color: #A013DF;
}
</style>