Shades of Dark Violet #A510D2
Tints of Dark Violet #A510D2
RGB
CMYK
RGB Variations
Color information
#A510D2 (or 0xA510D2) is known color: Dark Violet. HEX triplet: A5, 10 and D2. RGB value is (165,16,210). Sum of RGB (Red+Green+Blue) = 165+16+210=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 210 (82.42% from 255 or 53.71% from 391); Max value from RGB is 210 - color contains mainly: blue. Hex color #A510D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A510D2 is #5AEF2D. Grayscale: #525252. Windows color (decimal): -5959470 or 13766821. OLE color: 13766821.
HSL color Cylindrical-coordinate representation of color #A510D2: hue angle of 286.08º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A510D2 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 16 | 210 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.18 |
| HSL | 286.08º | 0.86% | 0.44% | - |
| HSV(B) | 286.08º | 0.92% | 0.82% | - |
| XYZ | 27.34 | 13.02 | 62.05 | - |
| YUV | 82.67 | 199.86 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 16 | 210 | 0.21 | 0.92 | 0 | 0.18 | 286.08 | 0.86 | 0.44 |
| Hex | A5 | 10 | D2 | 15 | 5C | 0 | 12 | 11E | 56 | 2C |
| Octal | 245 | 20 | 322 | 25 | 134 | 0 | 22 | 436 | 126 | 54 |
| Binary | 10100101 | 10000 | 11010010 | 10101 | 1011100 | 0 | 10010 | 100011110 | 1010110 | 101100 |
Color Harmonies of #A510D2
Complementary color
Monochromatic Colors of #A510D2
Black with #A510D2
Text Example
Text Example
White with #A510D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A510D2; }
p { color: rgb(165,16,210); }
H1.HeaderClassName
{
color: #A510D2;
}
.AnyTagClassName
{
color: #A510D2;
}
</style>
background-color css
<style>
a { background-color: #A510D2; }
a { background-color: rgb(165,16,210); }
div.DivClassName
{
background-color: #A510D2;
}
.BgClassName
{
background-color: #A510D2;
}
</style>
border-color css
<style>
span { border-color: #A510D2; }
span { border-color: rgb(165,16,210); }
td.TdClassName
{
border-color: #A510D2;
}
.TagClassName
{
border-color: #A510D2;
}
</style>