Shades of Dark Violet #A10FC7
Tints of Dark Violet #A10FC7
RGB
CMYK
RGB Variations
Color information
#A10FC7 (or 0xA10FC7) is known color: Dark Violet. HEX triplet: A1, 0F and C7. RGB value is (161,15,199). Sum of RGB (Red+Green+Blue) = 161+15+199=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 199 (78.12% from 255 or 53.07% from 375); Max value from RGB is 199 - color contains mainly: blue. Hex color #A10FC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10FC7 is #5EF038. Grayscale: #4F4F4F. Windows color (decimal): -6221881 or 13045665. OLE color: 13045665.
HSL color Cylindrical-coordinate representation of color #A10FC7: hue angle of 287.61º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A10FC7 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 15 | 199 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.22 |
| HSL | 287.61º | 0.86% | 0.42% | - |
| HSV(B) | 287.61º | 0.92% | 0.78% | - |
| XYZ | 25.18 | 12.04 | 55.03 | - |
| YUV | 79.63 | 195.37 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 199 | 0.19 | 0.92 | 0 | 0.22 | 287.61 | 0.86 | 0.42 |
| Hex | A1 | F | C7 | 13 | 5C | 0 | 16 | 120 | 56 | 2A |
| Octal | 241 | 17 | 307 | 23 | 134 | 0 | 26 | 440 | 126 | 52 |
| Binary | 10100001 | 1111 | 11000111 | 10011 | 1011100 | 0 | 10110 | 100100000 | 1010110 | 101010 |
Color Harmonies of #A10FC7
Complementary color
Monochromatic Colors of #A10FC7
Black with #A10FC7
Text Example
Text Example
White with #A10FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10FC7; }
p { color: rgb(161,15,199); }
H1.HeaderClassName
{
color: #A10FC7;
}
.AnyTagClassName
{
color: #A10FC7;
}
</style>
background-color css
<style>
a { background-color: #A10FC7; }
a { background-color: rgb(161,15,199); }
div.DivClassName
{
background-color: #A10FC7;
}
.BgClassName
{
background-color: #A10FC7;
}
</style>
border-color css
<style>
span { border-color: #A10FC7; }
span { border-color: rgb(161,15,199); }
td.TdClassName
{
border-color: #A10FC7;
}
.TagClassName
{
border-color: #A10FC7;
}
</style>