Shades of Dark Violet #A10DDD
Tints of Dark Violet #A10DDD
RGB
CMYK
RGB Variations
Color information
#A10DDD (or 0xA10DDD) is known color: Dark Violet. HEX triplet: A1, 0D and DD. RGB value is (161,13,221). Sum of RGB (Red+Green+Blue) = 161+13+221=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #A10DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10DDD is #5EF222. Grayscale: #505050. Windows color (decimal): -6222371 or 14486945. OLE color: 14486945.
HSL color Cylindrical-coordinate representation of color #A10DDD: hue angle of 282.69º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10DDD is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 13 | 221 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.13 |
| HSL | 282.69º | 0.89% | 0.46% | - |
| HSV(B) | 282.69º | 0.94% | 0.87% | - |
| XYZ | 27.89 | 13.09 | 69.46 | - |
| YUV | 80.96 | 207.03 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 13 | 221 | 0.27 | 0.94 | 0 | 0.13 | 282.69 | 0.89 | 0.46 |
| Hex | A1 | D | DD | 1B | 5E | 0 | D | 11B | 59 | 2E |
| Octal | 241 | 15 | 335 | 33 | 136 | 0 | 15 | 433 | 131 | 56 |
| Binary | 10100001 | 1101 | 11011101 | 11011 | 1011110 | 0 | 1101 | 100011011 | 1011001 | 101110 |
Color Harmonies of #A10DDD
Complementary color
Monochromatic Colors of #A10DDD
Black with #A10DDD
Text Example
Text Example
White with #A10DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10DDD; }
p { color: rgb(161,13,221); }
H1.HeaderClassName
{
color: #A10DDD;
}
.AnyTagClassName
{
color: #A10DDD;
}
</style>
background-color css
<style>
a { background-color: #A10DDD; }
a { background-color: rgb(161,13,221); }
div.DivClassName
{
background-color: #A10DDD;
}
.BgClassName
{
background-color: #A10DDD;
}
</style>
border-color css
<style>
span { border-color: #A10DDD; }
span { border-color: rgb(161,13,221); }
td.TdClassName
{
border-color: #A10DDD;
}
.TagClassName
{
border-color: #A10DDD;
}
</style>