Shades of Dark Violet #A512D1
Tints of Dark Violet #A512D1
RGB
CMYK
RGB Variations
Color information
#A512D1 (or 0xA512D1) is known color: Dark Violet. HEX triplet: A5, 12 and D1. RGB value is (165,18,209). Sum of RGB (Red+Green+Blue) = 165+18+209=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 209 (82.03% from 255 or 53.32% from 392); Max value from RGB is 209 - color contains mainly: blue. Hex color #A512D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A512D1 is #5AED2E. Grayscale: #535353. Windows color (decimal): -5958959 or 13701797. OLE color: 13701797.
HSL color Cylindrical-coordinate representation of color #A512D1: hue angle of 286.18º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A512D1 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 18 | 209 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.18 |
| HSL | 286.18º | 0.84% | 0.45% | - |
| HSV(B) | 286.18º | 0.91% | 0.82% | - |
| XYZ | 27.24 | 13.04 | 61.4 | - |
| YUV | 83.73 | 198.7 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 18 | 209 | 0.21 | 0.91 | 0 | 0.18 | 286.18 | 0.84 | 0.45 |
| Hex | A5 | 12 | D1 | 15 | 5B | 0 | 12 | 11E | 54 | 2D |
| Octal | 245 | 22 | 321 | 25 | 133 | 0 | 22 | 436 | 124 | 55 |
| Binary | 10100101 | 10010 | 11010001 | 10101 | 1011011 | 0 | 10010 | 100011110 | 1010100 | 101101 |
Color Harmonies of #A512D1
Complementary color
Monochromatic Colors of #A512D1
Black with #A512D1
Text Example
Text Example
White with #A512D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A512D1; }
p { color: rgb(165,18,209); }
H1.HeaderClassName
{
color: #A512D1;
}
.AnyTagClassName
{
color: #A512D1;
}
</style>
background-color css
<style>
a { background-color: #A512D1; }
a { background-color: rgb(165,18,209); }
div.DivClassName
{
background-color: #A512D1;
}
.BgClassName
{
background-color: #A512D1;
}
</style>
border-color css
<style>
span { border-color: #A512D1; }
span { border-color: rgb(165,18,209); }
td.TdClassName
{
border-color: #A512D1;
}
.TagClassName
{
border-color: #A512D1;
}
</style>