Shades of Dark Violet #A10FC2
Tints of Dark Violet #A10FC2
RGB
CMYK
RGB Variations
Color information
#A10FC2 (or 0xA10FC2) is known color: Dark Violet. HEX triplet: A1, 0F and C2. RGB value is (161,15,194). Sum of RGB (Red+Green+Blue) = 161+15+194=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 194 (76.17% from 255 or 52.43% from 370); Max value from RGB is 194 - color contains mainly: blue. Hex color #A10FC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10FC2 is #5EF03D. Grayscale: #4E4E4E. Windows color (decimal): -6221886 or 12717985. OLE color: 12717985.
HSL color Cylindrical-coordinate representation of color #A10FC2: hue angle of 288.94º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A10FC2 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 15 | 194 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.24 |
| HSL | 288.94º | 0.86% | 0.41% | - |
| HSV(B) | 288.94º | 0.92% | 0.76% | - |
| XYZ | 24.61 | 11.81 | 52.02 | - |
| YUV | 79.06 | 192.87 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 194 | 0.17 | 0.92 | 0 | 0.24 | 288.94 | 0.86 | 0.41 |
| Hex | A1 | F | C2 | 11 | 5C | 0 | 18 | 121 | 56 | 29 |
| Octal | 241 | 17 | 302 | 21 | 134 | 0 | 30 | 441 | 126 | 51 |
| Binary | 10100001 | 1111 | 11000010 | 10001 | 1011100 | 0 | 11000 | 100100001 | 1010110 | 101001 |
Color Harmonies of #A10FC2
Complementary color
Monochromatic Colors of #A10FC2
Black with #A10FC2
Text Example
Text Example
White with #A10FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10FC2; }
p { color: rgb(161,15,194); }
H1.HeaderClassName
{
color: #A10FC2;
}
.AnyTagClassName
{
color: #A10FC2;
}
</style>
background-color css
<style>
a { background-color: #A10FC2; }
a { background-color: rgb(161,15,194); }
div.DivClassName
{
background-color: #A10FC2;
}
.BgClassName
{
background-color: #A10FC2;
}
</style>
border-color css
<style>
span { border-color: #A10FC2; }
span { border-color: rgb(161,15,194); }
td.TdClassName
{
border-color: #A10FC2;
}
.TagClassName
{
border-color: #A10FC2;
}
</style>