Shades of Dark Violet #A10FC0
Tints of Dark Violet #A10FC0
RGB
CMYK
RGB Variations
Color information
#A10FC0 (or 0xA10FC0) is known color: Dark Violet. HEX triplet: A1, 0F and C0. RGB value is (161,15,192). Sum of RGB (Red+Green+Blue) = 161+15+192=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 192 (75.39% from 255 or 52.17% from 368); Max value from RGB is 192 - color contains mainly: blue. Hex color #A10FC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10FC0 is #5EF03F. Grayscale: #4E4E4E. Windows color (decimal): -6221888 or 12586913. OLE color: 12586913.
HSL color Cylindrical-coordinate representation of color #A10FC0: hue angle of 289.49º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A10FC0 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 15 | 192 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.25 |
| HSL | 289.49º | 0.86% | 0.41% | - |
| HSV(B) | 289.49º | 0.92% | 0.75% | - |
| XYZ | 24.38 | 11.72 | 50.85 | - |
| YUV | 78.83 | 191.87 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 192 | 0.16 | 0.92 | 0 | 0.25 | 289.49 | 0.86 | 0.41 |
| Hex | A1 | F | C0 | 10 | 5C | 0 | 19 | 121 | 56 | 29 |
| Octal | 241 | 17 | 300 | 20 | 134 | 0 | 31 | 441 | 126 | 51 |
| Binary | 10100001 | 1111 | 11000000 | 10000 | 1011100 | 0 | 11001 | 100100001 | 1010110 | 101001 |
Color Harmonies of #A10FC0
Complementary color
Monochromatic Colors of #A10FC0
Black with #A10FC0
Text Example
Text Example
White with #A10FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10FC0; }
p { color: rgb(161,15,192); }
H1.HeaderClassName
{
color: #A10FC0;
}
.AnyTagClassName
{
color: #A10FC0;
}
</style>
background-color css
<style>
a { background-color: #A10FC0; }
a { background-color: rgb(161,15,192); }
div.DivClassName
{
background-color: #A10FC0;
}
.BgClassName
{
background-color: #A10FC0;
}
</style>
border-color css
<style>
span { border-color: #A10FC0; }
span { border-color: rgb(161,15,192); }
td.TdClassName
{
border-color: #A10FC0;
}
.TagClassName
{
border-color: #A10FC0;
}
</style>