Shades of Dark Violet #A512DC
Tints of Dark Violet #A512DC
RGB
CMYK
RGB Variations
Color information
#A512DC (or 0xA512DC) is known color: Dark Violet. HEX triplet: A5, 12 and DC. RGB value is (165,18,220). Sum of RGB (Red+Green+Blue) = 165+18+220=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #A512DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A512DC is #5AED23. Grayscale: #545454. Windows color (decimal): -5958948 or 14422693. OLE color: 14422693.
HSL color Cylindrical-coordinate representation of color #A512DC: hue angle of 283.66º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A512DC is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 18 | 220 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.14 |
| HSL | 283.66º | 0.85% | 0.47% | - |
| HSV(B) | 283.66º | 0.92% | 0.86% | - |
| XYZ | 28.65 | 13.6 | 68.82 | - |
| YUV | 84.98 | 204.2 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 18 | 220 | 0.25 | 0.92 | 0 | 0.14 | 283.66 | 0.85 | 0.47 |
| Hex | A5 | 12 | DC | 19 | 5C | 0 | E | 11C | 55 | 2F |
| Octal | 245 | 22 | 334 | 31 | 134 | 0 | 16 | 434 | 125 | 57 |
| Binary | 10100101 | 10010 | 11011100 | 11001 | 1011100 | 0 | 1110 | 100011100 | 1010101 | 101111 |
Color Harmonies of #A512DC
Complementary color
Monochromatic Colors of #A512DC
Black with #A512DC
Text Example
Text Example
White with #A512DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A512DC; }
p { color: rgb(165,18,220); }
H1.HeaderClassName
{
color: #A512DC;
}
.AnyTagClassName
{
color: #A512DC;
}
</style>
background-color css
<style>
a { background-color: #A512DC; }
a { background-color: rgb(165,18,220); }
div.DivClassName
{
background-color: #A512DC;
}
.BgClassName
{
background-color: #A512DC;
}
</style>
border-color css
<style>
span { border-color: #A512DC; }
span { border-color: rgb(165,18,220); }
td.TdClassName
{
border-color: #A512DC;
}
.TagClassName
{
border-color: #A512DC;
}
</style>