Shades of Dark Violet #A10DD8
Tints of Dark Violet #A10DD8
RGB
CMYK
RGB Variations
Color information
#A10DD8 (or 0xA10DD8) is known color: Dark Violet. HEX triplet: A1, 0D and D8. RGB value is (161,13,216). Sum of RGB (Red+Green+Blue) = 161+13+216=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 216 (84.77% from 255 or 55.38% from 390); Max value from RGB is 216 - color contains mainly: blue. Hex color #A10DD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10DD8 is #5EF227. Grayscale: #4F4F4F. Windows color (decimal): -6222376 or 14159265. OLE color: 14159265.
HSL color Cylindrical-coordinate representation of color #A10DD8: hue angle of 283.74º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10DD8 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 13 | 216 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.15 |
| HSL | 283.74º | 0.89% | 0.45% | - |
| HSV(B) | 283.74º | 0.94% | 0.85% | - |
| XYZ | 27.24 | 12.82 | 66.01 | - |
| YUV | 80.39 | 204.53 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 13 | 216 | 0.25 | 0.94 | 0 | 0.15 | 283.74 | 0.89 | 0.45 |
| Hex | A1 | D | D8 | 19 | 5E | 0 | F | 11C | 59 | 2D |
| Octal | 241 | 15 | 330 | 31 | 136 | 0 | 17 | 434 | 131 | 55 |
| Binary | 10100001 | 1101 | 11011000 | 11001 | 1011110 | 0 | 1111 | 100011100 | 1011001 | 101101 |
Color Harmonies of #A10DD8
Complementary color
Monochromatic Colors of #A10DD8
Black with #A10DD8
Text Example
Text Example
White with #A10DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10DD8; }
p { color: rgb(161,13,216); }
H1.HeaderClassName
{
color: #A10DD8;
}
.AnyTagClassName
{
color: #A10DD8;
}
</style>
background-color css
<style>
a { background-color: #A10DD8; }
a { background-color: rgb(161,13,216); }
div.DivClassName
{
background-color: #A10DD8;
}
.BgClassName
{
background-color: #A10DD8;
}
</style>
border-color css
<style>
span { border-color: #A10DD8; }
span { border-color: rgb(161,13,216); }
td.TdClassName
{
border-color: #A10DD8;
}
.TagClassName
{
border-color: #A10DD8;
}
</style>