Shades of Dark Violet #A10FDD
Tints of Dark Violet #A10FDD
RGB
CMYK
RGB Variations
Color information
#A10FDD (or 0xA10FDD) is known color: Dark Violet. HEX triplet: A1, 0F and DD. RGB value is (161,15,221). Sum of RGB (Red+Green+Blue) = 161+15+221=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #A10FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10FDD is #5EF022. Grayscale: #515151. Windows color (decimal): -6221859 or 14487457. OLE color: 14487457.
HSL color Cylindrical-coordinate representation of color #A10FDD: hue angle of 282.52º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10FDD is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 15 | 221 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.13 |
| HSL | 282.52º | 0.87% | 0.46% | - |
| HSV(B) | 282.52º | 0.93% | 0.87% | - |
| XYZ | 27.92 | 13.14 | 69.47 | - |
| YUV | 82.14 | 206.37 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 221 | 0.27 | 0.93 | 0 | 0.13 | 282.52 | 0.87 | 0.46 |
| Hex | A1 | F | DD | 1B | 5D | 0 | D | 11B | 57 | 2E |
| Octal | 241 | 17 | 335 | 33 | 135 | 0 | 15 | 433 | 127 | 56 |
| Binary | 10100001 | 1111 | 11011101 | 11011 | 1011101 | 0 | 1101 | 100011011 | 1010111 | 101110 |
Color Harmonies of #A10FDD
Complementary color
Monochromatic Colors of #A10FDD
Black with #A10FDD
Text Example
Text Example
White with #A10FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10FDD; }
p { color: rgb(161,15,221); }
H1.HeaderClassName
{
color: #A10FDD;
}
.AnyTagClassName
{
color: #A10FDD;
}
</style>
background-color css
<style>
a { background-color: #A10FDD; }
a { background-color: rgb(161,15,221); }
div.DivClassName
{
background-color: #A10FDD;
}
.BgClassName
{
background-color: #A10FDD;
}
</style>
border-color css
<style>
span { border-color: #A10FDD; }
span { border-color: rgb(161,15,221); }
td.TdClassName
{
border-color: #A10FDD;
}
.TagClassName
{
border-color: #A10FDD;
}
</style>