Shades of Dark Violet #A10FCC
Tints of Dark Violet #A10FCC
RGB
CMYK
RGB Variations
Color information
#A10FCC (or 0xA10FCC) is known color: Dark Violet. HEX triplet: A1, 0F and CC. RGB value is (161,15,204). Sum of RGB (Red+Green+Blue) = 161+15+204=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #A10FCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10FCC is #5EF033. Grayscale: #4F4F4F. Windows color (decimal): -6221876 or 13373345. OLE color: 13373345.
HSL color Cylindrical-coordinate representation of color #A10FCC: hue angle of 286.35º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10FCC is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 15 | 204 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.2 |
| HSL | 286.35º | 0.86% | 0.43% | - |
| HSV(B) | 286.35º | 0.93% | 0.8% | - |
| XYZ | 25.77 | 12.28 | 58.14 | - |
| YUV | 80.2 | 197.87 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 204 | 0.21 | 0.93 | 0 | 0.2 | 286.35 | 0.86 | 0.43 |
| Hex | A1 | F | CC | 15 | 5D | 0 | 14 | 11E | 56 | 2B |
| Octal | 241 | 17 | 314 | 25 | 135 | 0 | 24 | 436 | 126 | 53 |
| Binary | 10100001 | 1111 | 11001100 | 10101 | 1011101 | 0 | 10100 | 100011110 | 1010110 | 101011 |
Color Harmonies of #A10FCC
Complementary color
Monochromatic Colors of #A10FCC
Black with #A10FCC
Text Example
Text Example
White with #A10FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10FCC; }
p { color: rgb(161,15,204); }
H1.HeaderClassName
{
color: #A10FCC;
}
.AnyTagClassName
{
color: #A10FCC;
}
</style>
background-color css
<style>
a { background-color: #A10FCC; }
a { background-color: rgb(161,15,204); }
div.DivClassName
{
background-color: #A10FCC;
}
.BgClassName
{
background-color: #A10FCC;
}
</style>
border-color css
<style>
span { border-color: #A10FCC; }
span { border-color: rgb(161,15,204); }
td.TdClassName
{
border-color: #A10FCC;
}
.TagClassName
{
border-color: #A10FCC;
}
</style>