Shades of Dark Violet #A513DE
Tints of Dark Violet #A513DE
RGB
CMYK
RGB Variations
Color information
#A513DE (or 0xA513DE) is known color: Dark Violet. HEX triplet: A5, 13 and DE. RGB value is (165,19,222). Sum of RGB (Red+Green+Blue) = 165+19+222=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #A513DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A513DE is #5AEC21. Grayscale: #555555. Windows color (decimal): -5958690 or 14554021. OLE color: 14554021.
HSL color Cylindrical-coordinate representation of color #A513DE: hue angle of 283.15º 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 #A513DE is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 19 | 222 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.13 |
| HSL | 283.15º | 0.84% | 0.47% | - |
| HSV(B) | 283.15º | 0.91% | 0.87% | - |
| XYZ | 28.93 | 13.74 | 70.23 | - |
| YUV | 85.8 | 204.87 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 19 | 222 | 0.26 | 0.91 | 0 | 0.13 | 283.15 | 0.84 | 0.47 |
| Hex | A5 | 13 | DE | 1A | 5B | 0 | D | 11B | 54 | 2F |
| Octal | 245 | 23 | 336 | 32 | 133 | 0 | 15 | 433 | 124 | 57 |
| Binary | 10100101 | 10011 | 11011110 | 11010 | 1011011 | 0 | 1101 | 100011011 | 1010100 | 101111 |
Color Harmonies of #A513DE
Complementary color
Monochromatic Colors of #A513DE
Black with #A513DE
Text Example
Text Example
White with #A513DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A513DE; }
p { color: rgb(165,19,222); }
H1.HeaderClassName
{
color: #A513DE;
}
.AnyTagClassName
{
color: #A513DE;
}
</style>
background-color css
<style>
a { background-color: #A513DE; }
a { background-color: rgb(165,19,222); }
div.DivClassName
{
background-color: #A513DE;
}
.BgClassName
{
background-color: #A513DE;
}
</style>
border-color css
<style>
span { border-color: #A513DE; }
span { border-color: rgb(165,19,222); }
td.TdClassName
{
border-color: #A513DE;
}
.TagClassName
{
border-color: #A513DE;
}
</style>