Shades of Dark Violet #A513DA
Tints of Dark Violet #A513DA
RGB
CMYK
RGB Variations
Color information
#A513DA (or 0xA513DA) is known color: Dark Violet. HEX triplet: A5, 13 and DA. RGB value is (165,19,218). Sum of RGB (Red+Green+Blue) = 165+19+218=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #A513DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A513DA is #5AEC25. Grayscale: #545454. Windows color (decimal): -5958694 or 14291877. OLE color: 14291877.
HSL color Cylindrical-coordinate representation of color #A513DA: hue angle of 284.02º 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 #A513DA is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 19 | 218 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.15 |
| HSL | 284.02º | 0.84% | 0.46% | - |
| HSV(B) | 284.02º | 0.91% | 0.85% | - |
| XYZ | 28.4 | 13.53 | 67.44 | - |
| YUV | 85.34 | 202.87 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 19 | 218 | 0.24 | 0.91 | 0 | 0.15 | 284.02 | 0.84 | 0.46 |
| Hex | A5 | 13 | DA | 18 | 5B | 0 | F | 11C | 54 | 2E |
| Octal | 245 | 23 | 332 | 30 | 133 | 0 | 17 | 434 | 124 | 56 |
| Binary | 10100101 | 10011 | 11011010 | 11000 | 1011011 | 0 | 1111 | 100011100 | 1010100 | 101110 |
Color Harmonies of #A513DA
Complementary color
Monochromatic Colors of #A513DA
Black with #A513DA
Text Example
Text Example
White with #A513DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A513DA; }
p { color: rgb(165,19,218); }
H1.HeaderClassName
{
color: #A513DA;
}
.AnyTagClassName
{
color: #A513DA;
}
</style>
background-color css
<style>
a { background-color: #A513DA; }
a { background-color: rgb(165,19,218); }
div.DivClassName
{
background-color: #A513DA;
}
.BgClassName
{
background-color: #A513DA;
}
</style>
border-color css
<style>
span { border-color: #A513DA; }
span { border-color: rgb(165,19,218); }
td.TdClassName
{
border-color: #A513DA;
}
.TagClassName
{
border-color: #A513DA;
}
</style>