Shades of Dark Violet #A512DF
Tints of Dark Violet #A512DF
RGB
CMYK
RGB Variations
Color information
#A512DF (or 0xA512DF) is known color: Dark Violet. HEX triplet: A5, 12 and DF. RGB value is (165,18,223). Sum of RGB (Red+Green+Blue) = 165+18+223=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #A512DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A512DF is #5AED20. Grayscale: #545454. Windows color (decimal): -5958945 or 14619301. OLE color: 14619301.
HSL color Cylindrical-coordinate representation of color #A512DF: hue angle of 283.02º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A512DF is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 18 | 223 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.13 |
| HSL | 283.02º | 0.85% | 0.47% | - |
| HSV(B) | 283.02º | 0.92% | 0.87% | - |
| XYZ | 29.05 | 13.76 | 70.94 | - |
| YUV | 85.32 | 205.7 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 18 | 223 | 0.26 | 0.92 | 0 | 0.13 | 283.02 | 0.85 | 0.47 |
| Hex | A5 | 12 | DF | 1A | 5C | 0 | D | 11B | 55 | 2F |
| Octal | 245 | 22 | 337 | 32 | 134 | 0 | 15 | 433 | 125 | 57 |
| Binary | 10100101 | 10010 | 11011111 | 11010 | 1011100 | 0 | 1101 | 100011011 | 1010101 | 101111 |
Color Harmonies of #A512DF
Complementary color
Monochromatic Colors of #A512DF
Black with #A512DF
Text Example
Text Example
White with #A512DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A512DF; }
p { color: rgb(165,18,223); }
H1.HeaderClassName
{
color: #A512DF;
}
.AnyTagClassName
{
color: #A512DF;
}
</style>
background-color css
<style>
a { background-color: #A512DF; }
a { background-color: rgb(165,18,223); }
div.DivClassName
{
background-color: #A512DF;
}
.BgClassName
{
background-color: #A512DF;
}
</style>
border-color css
<style>
span { border-color: #A512DF; }
span { border-color: rgb(165,18,223); }
td.TdClassName
{
border-color: #A512DF;
}
.TagClassName
{
border-color: #A512DF;
}
</style>