Shades of Dark Violet #A510D8
Tints of Dark Violet #A510D8
RGB
CMYK
RGB Variations
Color information
#A510D8 (or 0xA510D8) is known color: Dark Violet. HEX triplet: A5, 10 and D8. RGB value is (165,16,216). Sum of RGB (Red+Green+Blue) = 165+16+216=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 216 (84.77% from 255 or 54.41% from 397); Max value from RGB is 216 - color contains mainly: blue. Hex color #A510D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A510D8 is #5AEF27. Grayscale: #525252. Windows color (decimal): -5959464 or 14160037. OLE color: 14160037.
HSL color Cylindrical-coordinate representation of color #A510D8: hue angle of 284.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A510D8 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 16 | 216 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.15 |
| HSL | 284.7º | 0.86% | 0.45% | - |
| HSV(B) | 284.7º | 0.93% | 0.85% | - |
| XYZ | 28.1 | 13.33 | 66.06 | - |
| YUV | 83.35 | 202.86 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 16 | 216 | 0.24 | 0.93 | 0 | 0.15 | 284.7 | 0.86 | 0.45 |
| Hex | A5 | 10 | D8 | 18 | 5D | 0 | F | 11D | 56 | 2D |
| Octal | 245 | 20 | 330 | 30 | 135 | 0 | 17 | 435 | 126 | 55 |
| Binary | 10100101 | 10000 | 11011000 | 11000 | 1011101 | 0 | 1111 | 100011101 | 1010110 | 101101 |
Color Harmonies of #A510D8
Complementary color
Monochromatic Colors of #A510D8
Black with #A510D8
Text Example
Text Example
White with #A510D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A510D8; }
p { color: rgb(165,16,216); }
H1.HeaderClassName
{
color: #A510D8;
}
.AnyTagClassName
{
color: #A510D8;
}
</style>
background-color css
<style>
a { background-color: #A510D8; }
a { background-color: rgb(165,16,216); }
div.DivClassName
{
background-color: #A510D8;
}
.BgClassName
{
background-color: #A510D8;
}
</style>
border-color css
<style>
span { border-color: #A510D8; }
span { border-color: rgb(165,16,216); }
td.TdClassName
{
border-color: #A510D8;
}
.TagClassName
{
border-color: #A510D8;
}
</style>