Shades of Dark Violet #A512EC
Tints of Dark Violet #A512EC
RGB
CMYK
RGB Variations
Color information
#A512EC (or 0xA512EC) is known color: Dark Violet. HEX triplet: A5, 12 and EC. RGB value is (165,18,236). Sum of RGB (Red+Green+Blue) = 165+18+236=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #A512EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A512EC is #5AED13. Grayscale: #565656. Windows color (decimal): -5958932 or 15471269. OLE color: 15471269.
HSL color Cylindrical-coordinate representation of color #A512EC: hue angle of 280.46º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A512EC is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 18 | 236 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.07 |
| HSL | 280.46º | 0.86% | 0.5% | - |
| HSV(B) | 280.46º | 0.92% | 0.93% | - |
| XYZ | 30.87 | 14.49 | 80.53 | - |
| YUV | 86.81 | 212.2 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 18 | 236 | 0.30 | 0.92 | 0 | 0.07 | 280.46 | 0.86 | 0.5 |
| Hex | A5 | 12 | EC | 1E | 5C | 0 | 7 | 118 | 56 | 32 |
| Octal | 245 | 22 | 354 | 36 | 134 | 0 | 7 | 430 | 126 | 62 |
| Binary | 10100101 | 10010 | 11101100 | 11110 | 1011100 | 0 | 111 | 100011000 | 1010110 | 110010 |
Color Harmonies of #A512EC
Complementary color
Monochromatic Colors of #A512EC
Black with #A512EC
Text Example
Text Example
White with #A512EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A512EC; }
p { color: rgb(165,18,236); }
H1.HeaderClassName
{
color: #A512EC;
}
.AnyTagClassName
{
color: #A512EC;
}
</style>
background-color css
<style>
a { background-color: #A512EC; }
a { background-color: rgb(165,18,236); }
div.DivClassName
{
background-color: #A512EC;
}
.BgClassName
{
background-color: #A512EC;
}
</style>
border-color css
<style>
span { border-color: #A512EC; }
span { border-color: rgb(165,18,236); }
td.TdClassName
{
border-color: #A512EC;
}
.TagClassName
{
border-color: #A512EC;
}
</style>