Shades of Dark Violet #A513C0
Tints of Dark Violet #A513C0
RGB
CMYK
RGB Variations
Color information
#A513C0 (or 0xA513C0) is known color: Dark Violet. HEX triplet: A5, 13 and C0. RGB value is (165,19,192). Sum of RGB (Red+Green+Blue) = 165+19+192=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #A513C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A513C0 is #5AEC3F. Grayscale: #515151. Windows color (decimal): -5958720 or 12587941. OLE color: 12587941.
HSL color Cylindrical-coordinate representation of color #A513C0: hue angle of 290.64º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A513C0 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 19 | 192 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.25 |
| HSL | 290.64º | 0.82% | 0.41% | - |
| HSV(B) | 290.64º | 0.9% | 0.75% | - |
| XYZ | 25.26 | 12.27 | 50.91 | - |
| YUV | 82.38 | 189.87 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 19 | 192 | 0.14 | 0.90 | 0 | 0.25 | 290.64 | 0.82 | 0.41 |
| Hex | A5 | 13 | C0 | E | 5A | 0 | 19 | 123 | 52 | 29 |
| Octal | 245 | 23 | 300 | 16 | 132 | 0 | 31 | 443 | 122 | 51 |
| Binary | 10100101 | 10011 | 11000000 | 1110 | 1011010 | 0 | 11001 | 100100011 | 1010010 | 101001 |
Color Harmonies of #A513C0
Complementary color
Monochromatic Colors of #A513C0
Black with #A513C0
Text Example
Text Example
White with #A513C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A513C0; }
p { color: rgb(165,19,192); }
H1.HeaderClassName
{
color: #A513C0;
}
.AnyTagClassName
{
color: #A513C0;
}
</style>
background-color css
<style>
a { background-color: #A513C0; }
a { background-color: rgb(165,19,192); }
div.DivClassName
{
background-color: #A513C0;
}
.BgClassName
{
background-color: #A513C0;
}
</style>
border-color css
<style>
span { border-color: #A513C0; }
span { border-color: rgb(165,19,192); }
td.TdClassName
{
border-color: #A513C0;
}
.TagClassName
{
border-color: #A513C0;
}
</style>