Shades of Dark Violet #A513D4
Tints of Dark Violet #A513D4
RGB
CMYK
RGB Variations
Color information
#A513D4 (or 0xA513D4) is known color: Dark Violet. HEX triplet: A5, 13 and D4. RGB value is (165,19,212). Sum of RGB (Red+Green+Blue) = 165+19+212=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 212 (83.20% from 255 or 53.54% from 396); Max value from RGB is 212 - color contains mainly: blue. Hex color #A513D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A513D4 is #5AEC2B. Grayscale: #545454. Windows color (decimal): -5958700 or 13898661. OLE color: 13898661.
HSL color Cylindrical-coordinate representation of color #A513D4: hue angle of 285.39º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A513D4 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 19 | 212 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.17 |
| HSL | 285.39º | 0.84% | 0.45% | - |
| HSV(B) | 285.39º | 0.91% | 0.83% | - |
| XYZ | 27.63 | 13.22 | 63.38 | - |
| YUV | 84.66 | 199.87 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 19 | 212 | 0.22 | 0.91 | 0 | 0.17 | 285.39 | 0.84 | 0.45 |
| Hex | A5 | 13 | D4 | 16 | 5B | 0 | 11 | 11D | 54 | 2D |
| Octal | 245 | 23 | 324 | 26 | 133 | 0 | 21 | 435 | 124 | 55 |
| Binary | 10100101 | 10011 | 11010100 | 10110 | 1011011 | 0 | 10001 | 100011101 | 1010100 | 101101 |
Color Harmonies of #A513D4
Complementary color
Monochromatic Colors of #A513D4
Black with #A513D4
Text Example
Text Example
White with #A513D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A513D4; }
p { color: rgb(165,19,212); }
H1.HeaderClassName
{
color: #A513D4;
}
.AnyTagClassName
{
color: #A513D4;
}
</style>
background-color css
<style>
a { background-color: #A513D4; }
a { background-color: rgb(165,19,212); }
div.DivClassName
{
background-color: #A513D4;
}
.BgClassName
{
background-color: #A513D4;
}
</style>
border-color css
<style>
span { border-color: #A513D4; }
span { border-color: rgb(165,19,212); }
td.TdClassName
{
border-color: #A513D4;
}
.TagClassName
{
border-color: #A513D4;
}
</style>