Shades of Dark Violet #A10DDA
Tints of Dark Violet #A10DDA
RGB
CMYK
RGB Variations
Color information
#A10DDA (or 0xA10DDA) is known color: Dark Violet. HEX triplet: A1, 0D and DA. RGB value is (161,13,218). Sum of RGB (Red+Green+Blue) = 161+13+218=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #A10DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10DDA is #5EF225. Grayscale: #4F4F4F. Windows color (decimal): -6222374 or 14290337. OLE color: 14290337.
HSL color Cylindrical-coordinate representation of color #A10DDA: hue angle of 283.32º 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 #A10DDA is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 13 | 218 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.15 |
| HSL | 283.32º | 0.89% | 0.45% | - |
| HSV(B) | 283.32º | 0.94% | 0.85% | - |
| XYZ | 27.5 | 12.93 | 67.38 | - |
| YUV | 80.62 | 205.53 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 13 | 218 | 0.26 | 0.94 | 0 | 0.15 | 283.32 | 0.89 | 0.45 |
| Hex | A1 | D | DA | 1A | 5E | 0 | F | 11B | 59 | 2D |
| Octal | 241 | 15 | 332 | 32 | 136 | 0 | 17 | 433 | 131 | 55 |
| Binary | 10100001 | 1101 | 11011010 | 11010 | 1011110 | 0 | 1111 | 100011011 | 1011001 | 101101 |
Color Harmonies of #A10DDA
Complementary color
Monochromatic Colors of #A10DDA
Black with #A10DDA
Text Example
Text Example
White with #A10DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10DDA; }
p { color: rgb(161,13,218); }
H1.HeaderClassName
{
color: #A10DDA;
}
.AnyTagClassName
{
color: #A10DDA;
}
</style>
background-color css
<style>
a { background-color: #A10DDA; }
a { background-color: rgb(161,13,218); }
div.DivClassName
{
background-color: #A10DDA;
}
.BgClassName
{
background-color: #A10DDA;
}
</style>
border-color css
<style>
span { border-color: #A10DDA; }
span { border-color: rgb(161,13,218); }
td.TdClassName
{
border-color: #A10DDA;
}
.TagClassName
{
border-color: #A10DDA;
}
</style>