Shades of Dark Violet #A512D6
Tints of Dark Violet #A512D6
RGB
CMYK
RGB Variations
Color information
#A512D6 (or 0xA512D6) is known color: Dark Violet. HEX triplet: A5, 12 and D6. RGB value is (165,18,214). Sum of RGB (Red+Green+Blue) = 165+18+214=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 214 (83.98% from 255 or 53.90% from 397); Max value from RGB is 214 - color contains mainly: blue. Hex color #A512D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A512D6 is #5AED29. Grayscale: #535353. Windows color (decimal): -5958954 or 14029477. OLE color: 14029477.
HSL color Cylindrical-coordinate representation of color #A512D6: hue angle of 285º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A512D6 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 18 | 214 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.16 |
| HSL | 285º | 0.84% | 0.45% | - |
| HSV(B) | 285º | 0.92% | 0.84% | - |
| XYZ | 27.87 | 13.29 | 64.71 | - |
| YUV | 84.3 | 201.2 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 18 | 214 | 0.23 | 0.92 | 0 | 0.16 | 285 | 0.84 | 0.45 |
| Hex | A5 | 12 | D6 | 17 | 5C | 0 | 10 | 11D | 54 | 2D |
| Octal | 245 | 22 | 326 | 27 | 134 | 0 | 20 | 435 | 124 | 55 |
| Binary | 10100101 | 10010 | 11010110 | 10111 | 1011100 | 0 | 10000 | 100011101 | 1010100 | 101101 |
Color Harmonies of #A512D6
Complementary color
Monochromatic Colors of #A512D6
Black with #A512D6
Text Example
Text Example
White with #A512D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A512D6; }
p { color: rgb(165,18,214); }
H1.HeaderClassName
{
color: #A512D6;
}
.AnyTagClassName
{
color: #A512D6;
}
</style>
background-color css
<style>
a { background-color: #A512D6; }
a { background-color: rgb(165,18,214); }
div.DivClassName
{
background-color: #A512D6;
}
.BgClassName
{
background-color: #A512D6;
}
</style>
border-color css
<style>
span { border-color: #A512D6; }
span { border-color: rgb(165,18,214); }
td.TdClassName
{
border-color: #A512D6;
}
.TagClassName
{
border-color: #A512D6;
}
</style>