Shades of Dark Violet #A10FDE
Tints of Dark Violet #A10FDE
RGB
CMYK
RGB Variations
Color information
#A10FDE (or 0xA10FDE) is known color: Dark Violet. HEX triplet: A1, 0F and DE. RGB value is (161,15,222). Sum of RGB (Red+Green+Blue) = 161+15+222=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #A10FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10FDE is #5EF021. Grayscale: #515151. Windows color (decimal): -6221858 or 14552993. OLE color: 14552993.
HSL color Cylindrical-coordinate representation of color #A10FDE: hue angle of 282.32º 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 #A10FDE is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 15 | 222 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.13 |
| HSL | 282.32º | 0.87% | 0.46% | - |
| HSV(B) | 282.32º | 0.93% | 0.87% | - |
| XYZ | 28.05 | 13.19 | 70.18 | - |
| YUV | 82.25 | 206.87 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 222 | 0.27 | 0.93 | 0 | 0.13 | 282.32 | 0.87 | 0.46 |
| Hex | A1 | F | DE | 1B | 5D | 0 | D | 11A | 57 | 2E |
| Octal | 241 | 17 | 336 | 33 | 135 | 0 | 15 | 432 | 127 | 56 |
| Binary | 10100001 | 1111 | 11011110 | 11011 | 1011101 | 0 | 1101 | 100011010 | 1010111 | 101110 |
Color Harmonies of #A10FDE
Complementary color
Monochromatic Colors of #A10FDE
Black with #A10FDE
Text Example
Text Example
White with #A10FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10FDE; }
p { color: rgb(161,15,222); }
H1.HeaderClassName
{
color: #A10FDE;
}
.AnyTagClassName
{
color: #A10FDE;
}
</style>
background-color css
<style>
a { background-color: #A10FDE; }
a { background-color: rgb(161,15,222); }
div.DivClassName
{
background-color: #A10FDE;
}
.BgClassName
{
background-color: #A10FDE;
}
</style>
border-color css
<style>
span { border-color: #A10FDE; }
span { border-color: rgb(161,15,222); }
td.TdClassName
{
border-color: #A10FDE;
}
.TagClassName
{
border-color: #A10FDE;
}
</style>