Shades of Dark Violet #A10DDF
Tints of Dark Violet #A10DDF
RGB
CMYK
RGB Variations
Color information
#A10DDF (or 0xA10DDF) is known color: Dark Violet. HEX triplet: A1, 0D and DF. RGB value is (161,13,223). Sum of RGB (Red+Green+Blue) = 161+13+223=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #A10DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10DDF is #5EF220. Grayscale: #505050. Windows color (decimal): -6222369 or 14618017. OLE color: 14618017.
HSL color Cylindrical-coordinate representation of color #A10DDF: hue angle of 282.29º 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 #A10DDF is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 13 | 223 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.13 |
| HSL | 282.29º | 0.89% | 0.46% | - |
| HSV(B) | 282.29º | 0.94% | 0.87% | - |
| XYZ | 28.16 | 13.19 | 70.87 | - |
| YUV | 81.19 | 208.03 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 13 | 223 | 0.28 | 0.94 | 0 | 0.13 | 282.29 | 0.89 | 0.46 |
| Hex | A1 | D | DF | 1C | 5E | 0 | D | 11A | 59 | 2E |
| Octal | 241 | 15 | 337 | 34 | 136 | 0 | 15 | 432 | 131 | 56 |
| Binary | 10100001 | 1101 | 11011111 | 11100 | 1011110 | 0 | 1101 | 100011010 | 1011001 | 101110 |
Color Harmonies of #A10DDF
Complementary color
Monochromatic Colors of #A10DDF
Black with #A10DDF
Text Example
Text Example
White with #A10DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10DDF; }
p { color: rgb(161,13,223); }
H1.HeaderClassName
{
color: #A10DDF;
}
.AnyTagClassName
{
color: #A10DDF;
}
</style>
background-color css
<style>
a { background-color: #A10DDF; }
a { background-color: rgb(161,13,223); }
div.DivClassName
{
background-color: #A10DDF;
}
.BgClassName
{
background-color: #A10DDF;
}
</style>
border-color css
<style>
span { border-color: #A10DDF; }
span { border-color: rgb(161,13,223); }
td.TdClassName
{
border-color: #A10DDF;
}
.TagClassName
{
border-color: #A10DDF;
}
</style>