Shades of Dark Violet #A512E0
Tints of Dark Violet #A512E0
RGB
CMYK
RGB Variations
Color information
#A512E0 (or 0xA512E0) is known color: Dark Violet. HEX triplet: A5, 12 and E0. RGB value is (165,18,224). Sum of RGB (Red+Green+Blue) = 165+18+224=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 224 (87.89% from 255 or 55.04% from 407); Max value from RGB is 224 - color contains mainly: blue. Hex color #A512E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A512E0 is #5AED1F. Grayscale: #545454. Windows color (decimal): -5958944 or 14684837. OLE color: 14684837.
HSL color Cylindrical-coordinate representation of color #A512E0: hue angle of 282.82º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A512E0 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 18 | 224 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.12 |
| HSL | 282.82º | 0.85% | 0.47% | - |
| HSV(B) | 282.82º | 0.92% | 0.88% | - |
| XYZ | 29.19 | 13.81 | 71.65 | - |
| YUV | 85.44 | 206.2 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 18 | 224 | 0.26 | 0.92 | 0 | 0.12 | 282.82 | 0.85 | 0.47 |
| Hex | A5 | 12 | E0 | 1A | 5C | 0 | C | 11B | 55 | 2F |
| Octal | 245 | 22 | 340 | 32 | 134 | 0 | 14 | 433 | 125 | 57 |
| Binary | 10100101 | 10010 | 11100000 | 11010 | 1011100 | 0 | 1100 | 100011011 | 1010101 | 101111 |
Color Harmonies of #A512E0
Complementary color
Monochromatic Colors of #A512E0
Black with #A512E0
Text Example
Text Example
White with #A512E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A512E0; }
p { color: rgb(165,18,224); }
H1.HeaderClassName
{
color: #A512E0;
}
.AnyTagClassName
{
color: #A512E0;
}
</style>
background-color css
<style>
a { background-color: #A512E0; }
a { background-color: rgb(165,18,224); }
div.DivClassName
{
background-color: #A512E0;
}
.BgClassName
{
background-color: #A512E0;
}
</style>
border-color css
<style>
span { border-color: #A512E0; }
span { border-color: rgb(165,18,224); }
td.TdClassName
{
border-color: #A512E0;
}
.TagClassName
{
border-color: #A512E0;
}
</style>