Shades of Dark Violet #A10FDC
Tints of Dark Violet #A10FDC
RGB
CMYK
RGB Variations
Color information
#A10FDC (or 0xA10FDC) is known color: Dark Violet. HEX triplet: A1, 0F and DC. RGB value is (161,15,220). Sum of RGB (Red+Green+Blue) = 161+15+220=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #A10FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10FDC is #5EF023. Grayscale: #515151. Windows color (decimal): -6221860 or 14421921. OLE color: 14421921.
HSL color Cylindrical-coordinate representation of color #A10FDC: hue angle of 282.73º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10FDC is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 15 | 220 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.14 |
| HSL | 282.73º | 0.87% | 0.46% | - |
| HSV(B) | 282.73º | 0.93% | 0.86% | - |
| XYZ | 27.79 | 13.09 | 68.77 | - |
| YUV | 82.02 | 205.87 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 220 | 0.27 | 0.93 | 0 | 0.14 | 282.73 | 0.87 | 0.46 |
| Hex | A1 | F | DC | 1B | 5D | 0 | E | 11B | 57 | 2E |
| Octal | 241 | 17 | 334 | 33 | 135 | 0 | 16 | 433 | 127 | 56 |
| Binary | 10100001 | 1111 | 11011100 | 11011 | 1011101 | 0 | 1110 | 100011011 | 1010111 | 101110 |
Color Harmonies of #A10FDC
Complementary color
Monochromatic Colors of #A10FDC
Black with #A10FDC
Text Example
Text Example
White with #A10FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10FDC; }
p { color: rgb(161,15,220); }
H1.HeaderClassName
{
color: #A10FDC;
}
.AnyTagClassName
{
color: #A10FDC;
}
</style>
background-color css
<style>
a { background-color: #A10FDC; }
a { background-color: rgb(161,15,220); }
div.DivClassName
{
background-color: #A10FDC;
}
.BgClassName
{
background-color: #A10FDC;
}
</style>
border-color css
<style>
span { border-color: #A10FDC; }
span { border-color: rgb(161,15,220); }
td.TdClassName
{
border-color: #A10FDC;
}
.TagClassName
{
border-color: #A10FDC;
}
</style>