Shades of Dark Violet #A10DD7
Tints of Dark Violet #A10DD7
RGB
CMYK
RGB Variations
Color information
#A10DD7 (or 0xA10DD7) is known color: Dark Violet. HEX triplet: A1, 0D and D7. RGB value is (161,13,215). Sum of RGB (Red+Green+Blue) = 161+13+215=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 215 (84.38% from 255 or 55.27% from 389); Max value from RGB is 215 - color contains mainly: blue. Hex color #A10DD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10DD7 is #5EF228. Grayscale: #4F4F4F. Windows color (decimal): -6222377 or 14093729. OLE color: 14093729.
HSL color Cylindrical-coordinate representation of color #A10DD7: hue angle of 283.96º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10DD7 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 13 | 215 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.16 |
| HSL | 283.96º | 0.89% | 0.45% | - |
| HSV(B) | 283.96º | 0.94% | 0.84% | - |
| XYZ | 27.11 | 12.77 | 65.33 | - |
| YUV | 80.28 | 204.03 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 13 | 215 | 0.25 | 0.94 | 0 | 0.16 | 283.96 | 0.89 | 0.45 |
| Hex | A1 | D | D7 | 19 | 5E | 0 | 10 | 11C | 59 | 2D |
| Octal | 241 | 15 | 327 | 31 | 136 | 0 | 20 | 434 | 131 | 55 |
| Binary | 10100001 | 1101 | 11010111 | 11001 | 1011110 | 0 | 10000 | 100011100 | 1011001 | 101101 |
Color Harmonies of #A10DD7
Complementary color
Monochromatic Colors of #A10DD7
Black with #A10DD7
Text Example
Text Example
White with #A10DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10DD7; }
p { color: rgb(161,13,215); }
H1.HeaderClassName
{
color: #A10DD7;
}
.AnyTagClassName
{
color: #A10DD7;
}
</style>
background-color css
<style>
a { background-color: #A10DD7; }
a { background-color: rgb(161,13,215); }
div.DivClassName
{
background-color: #A10DD7;
}
.BgClassName
{
background-color: #A10DD7;
}
</style>
border-color css
<style>
span { border-color: #A10DD7; }
span { border-color: rgb(161,13,215); }
td.TdClassName
{
border-color: #A10DD7;
}
.TagClassName
{
border-color: #A10DD7;
}
</style>