Shades of Dark Violet #A10DCE
Tints of Dark Violet #A10DCE
RGB
CMYK
RGB Variations
Color information
#A10DCE (or 0xA10DCE) is known color: Dark Violet. HEX triplet: A1, 0D and CE. RGB value is (161,13,206). Sum of RGB (Red+Green+Blue) = 161+13+206=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #A10DCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10DCE is #5EF231. Grayscale: #4E4E4E. Windows color (decimal): -6222386 or 13503905. OLE color: 13503905.
HSL color Cylindrical-coordinate representation of color #A10DCE: hue angle of 286.01º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10DCE is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 13 | 206 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.19 |
| HSL | 286.01º | 0.88% | 0.43% | - |
| HSV(B) | 286.01º | 0.94% | 0.81% | - |
| XYZ | 25.98 | 12.32 | 59.4 | - |
| YUV | 79.25 | 199.53 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 13 | 206 | 0.22 | 0.94 | 0 | 0.19 | 286.01 | 0.88 | 0.43 |
| Hex | A1 | D | CE | 16 | 5E | 0 | 13 | 11E | 58 | 2B |
| Octal | 241 | 15 | 316 | 26 | 136 | 0 | 23 | 436 | 130 | 53 |
| Binary | 10100001 | 1101 | 11001110 | 10110 | 1011110 | 0 | 10011 | 100011110 | 1011000 | 101011 |
Color Harmonies of #A10DCE
Complementary color
Monochromatic Colors of #A10DCE
Black with #A10DCE
Text Example
Text Example
White with #A10DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10DCE; }
p { color: rgb(161,13,206); }
H1.HeaderClassName
{
color: #A10DCE;
}
.AnyTagClassName
{
color: #A10DCE;
}
</style>
background-color css
<style>
a { background-color: #A10DCE; }
a { background-color: rgb(161,13,206); }
div.DivClassName
{
background-color: #A10DCE;
}
.BgClassName
{
background-color: #A10DCE;
}
</style>
border-color css
<style>
span { border-color: #A10DCE; }
span { border-color: rgb(161,13,206); }
td.TdClassName
{
border-color: #A10DCE;
}
.TagClassName
{
border-color: #A10DCE;
}
</style>