Shades of Dark Violet #A10FCF
Tints of Dark Violet #A10FCF
RGB
CMYK
RGB Variations
Color information
#A10FCF (or 0xA10FCF) is known color: Dark Violet. HEX triplet: A1, 0F and CF. RGB value is (161,15,207). Sum of RGB (Red+Green+Blue) = 161+15+207=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #A10FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10FCF is #5EF030. Grayscale: #4F4F4F. Windows color (decimal): -6221873 or 13569953. OLE color: 13569953.
HSL color Cylindrical-coordinate representation of color #A10FCF: hue angle of 285.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10FCF is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 15 | 207 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.19 |
| HSL | 285.63º | 0.86% | 0.44% | - |
| HSV(B) | 285.63º | 0.93% | 0.81% | - |
| XYZ | 26.13 | 12.42 | 60.05 | - |
| YUV | 80.54 | 199.37 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 207 | 0.22 | 0.93 | 0 | 0.19 | 285.63 | 0.86 | 0.44 |
| Hex | A1 | F | CF | 16 | 5D | 0 | 13 | 11E | 56 | 2C |
| Octal | 241 | 17 | 317 | 26 | 135 | 0 | 23 | 436 | 126 | 54 |
| Binary | 10100001 | 1111 | 11001111 | 10110 | 1011101 | 0 | 10011 | 100011110 | 1010110 | 101100 |
Color Harmonies of #A10FCF
Complementary color
Monochromatic Colors of #A10FCF
Black with #A10FCF
Text Example
Text Example
White with #A10FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10FCF; }
p { color: rgb(161,15,207); }
H1.HeaderClassName
{
color: #A10FCF;
}
.AnyTagClassName
{
color: #A10FCF;
}
</style>
background-color css
<style>
a { background-color: #A10FCF; }
a { background-color: rgb(161,15,207); }
div.DivClassName
{
background-color: #A10FCF;
}
.BgClassName
{
background-color: #A10FCF;
}
</style>
border-color css
<style>
span { border-color: #A10FCF; }
span { border-color: rgb(161,15,207); }
td.TdClassName
{
border-color: #A10FCF;
}
.TagClassName
{
border-color: #A10FCF;
}
</style>