Shades of Dark Violet #A110C9
Tints of Dark Violet #A110C9
RGB
CMYK
RGB Variations
Color information
#A110C9 (or 0xA110C9) is known color: Dark Violet. HEX triplet: A1, 10 and C9. RGB value is (161,16,201). Sum of RGB (Red+Green+Blue) = 161+16+201=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 201 (78.91% from 255 or 53.17% from 378); Max value from RGB is 201 - color contains mainly: blue. Hex color #A110C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A110C9 is #5EEF36. Grayscale: #4F4F4F. Windows color (decimal): -6221623 or 13176993. OLE color: 13176993.
HSL color Cylindrical-coordinate representation of color #A110C9: hue angle of 287.03º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A110C9 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 16 | 201 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.21 |
| HSL | 287.03º | 0.85% | 0.43% | - |
| HSV(B) | 287.03º | 0.92% | 0.79% | - |
| XYZ | 25.43 | 12.16 | 56.27 | - |
| YUV | 80.45 | 196.04 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 201 | 0.20 | 0.92 | 0 | 0.21 | 287.03 | 0.85 | 0.43 |
| Hex | A1 | 10 | C9 | 14 | 5C | 0 | 15 | 11F | 55 | 2B |
| Octal | 241 | 20 | 311 | 24 | 134 | 0 | 25 | 437 | 125 | 53 |
| Binary | 10100001 | 10000 | 11001001 | 10100 | 1011100 | 0 | 10101 | 100011111 | 1010101 | 101011 |
Color Harmonies of #A110C9
Complementary color
Monochromatic Colors of #A110C9
Black with #A110C9
Text Example
Text Example
White with #A110C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A110C9; }
p { color: rgb(161,16,201); }
H1.HeaderClassName
{
color: #A110C9;
}
.AnyTagClassName
{
color: #A110C9;
}
</style>
background-color css
<style>
a { background-color: #A110C9; }
a { background-color: rgb(161,16,201); }
div.DivClassName
{
background-color: #A110C9;
}
.BgClassName
{
background-color: #A110C9;
}
</style>
border-color css
<style>
span { border-color: #A110C9; }
span { border-color: rgb(161,16,201); }
td.TdClassName
{
border-color: #A110C9;
}
.TagClassName
{
border-color: #A110C9;
}
</style>