Shades of Dark Violet #A10CCF
Tints of Dark Violet #A10CCF
RGB
CMYK
RGB Variations
Color information
#A10CCF (or 0xA10CCF) is known color: Dark Violet. HEX triplet: A1, 0C and CF. RGB value is (161,12,207). Sum of RGB (Red+Green+Blue) = 161+12+207=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #A10CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10CCF is #5EF330. Grayscale: #4E4E4E. Windows color (decimal): -6222641 or 13569185. OLE color: 13569185.
HSL color Cylindrical-coordinate representation of color #A10CCF: hue angle of 285.85º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10CCF is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 12 | 207 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.19 |
| HSL | 285.85º | 0.89% | 0.43% | - |
| HSV(B) | 285.85º | 0.94% | 0.81% | - |
| XYZ | 26.09 | 12.35 | 60.04 | - |
| YUV | 78.78 | 200.36 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 12 | 207 | 0.22 | 0.94 | 0 | 0.19 | 285.85 | 0.89 | 0.43 |
| Hex | A1 | C | CF | 16 | 5E | 0 | 13 | 11E | 59 | 2B |
| Octal | 241 | 14 | 317 | 26 | 136 | 0 | 23 | 436 | 131 | 53 |
| Binary | 10100001 | 1100 | 11001111 | 10110 | 1011110 | 0 | 10011 | 100011110 | 1011001 | 101011 |
Color Harmonies of #A10CCF
Complementary color
Monochromatic Colors of #A10CCF
Black with #A10CCF
Text Example
Text Example
White with #A10CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10CCF; }
p { color: rgb(161,12,207); }
H1.HeaderClassName
{
color: #A10CCF;
}
.AnyTagClassName
{
color: #A10CCF;
}
</style>
background-color css
<style>
a { background-color: #A10CCF; }
a { background-color: rgb(161,12,207); }
div.DivClassName
{
background-color: #A10CCF;
}
.BgClassName
{
background-color: #A10CCF;
}
</style>
border-color css
<style>
span { border-color: #A10CCF; }
span { border-color: rgb(161,12,207); }
td.TdClassName
{
border-color: #A10CCF;
}
.TagClassName
{
border-color: #A10CCF;
}
</style>