Shades of Dark Violet #A110CF
Tints of Dark Violet #A110CF
RGB
CMYK
RGB Variations
Color information
#A110CF (or 0xA110CF) is known color: Dark Violet. HEX triplet: A1, 10 and CF. RGB value is (161,16,207). Sum of RGB (Red+Green+Blue) = 161+16+207=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #A110CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A110CF is #5EEF30. Grayscale: #505050. Windows color (decimal): -6221617 or 13570209. OLE color: 13570209.
HSL color Cylindrical-coordinate representation of color #A110CF: hue angle of 285.55º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A110CF is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 16 | 207 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.19 |
| HSL | 285.55º | 0.86% | 0.44% | - |
| HSV(B) | 285.55º | 0.92% | 0.81% | - |
| XYZ | 26.15 | 12.45 | 60.06 | - |
| YUV | 81.13 | 199.04 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 207 | 0.22 | 0.92 | 0 | 0.19 | 285.55 | 0.86 | 0.44 |
| Hex | A1 | 10 | CF | 16 | 5C | 0 | 13 | 11E | 56 | 2C |
| Octal | 241 | 20 | 317 | 26 | 134 | 0 | 23 | 436 | 126 | 54 |
| Binary | 10100001 | 10000 | 11001111 | 10110 | 1011100 | 0 | 10011 | 100011110 | 1010110 | 101100 |
Color Harmonies of #A110CF
Complementary color
Monochromatic Colors of #A110CF
Black with #A110CF
Text Example
Text Example
White with #A110CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A110CF; }
p { color: rgb(161,16,207); }
H1.HeaderClassName
{
color: #A110CF;
}
.AnyTagClassName
{
color: #A110CF;
}
</style>
background-color css
<style>
a { background-color: #A110CF; }
a { background-color: rgb(161,16,207); }
div.DivClassName
{
background-color: #A110CF;
}
.BgClassName
{
background-color: #A110CF;
}
</style>
border-color css
<style>
span { border-color: #A110CF; }
span { border-color: rgb(161,16,207); }
td.TdClassName
{
border-color: #A110CF;
}
.TagClassName
{
border-color: #A110CF;
}
</style>