Shades of Dark Violet #A110F1
Tints of Dark Violet #A110F1
RGB
CMYK
RGB Variations
Color information
#A110F1 (or 0xA110F1) is known color: Dark Violet. HEX triplet: A1, 10 and F1. RGB value is (161,16,241). Sum of RGB (Red+Green+Blue) = 161+16+241=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 16 (6.64% from 255 or 3.83% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #A110F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A110F1 is #5EEF0E. Grayscale: #545454. Windows color (decimal): -6221583 or 15798433. OLE color: 15798433.
HSL color Cylindrical-coordinate representation of color #A110F1: hue angle of 278.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A110F1 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 16 | 241 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.05 |
| HSL | 278.67º | 0.89% | 0.5% | - |
| HSV(B) | 278.67º | 0.93% | 0.95% | - |
| XYZ | 30.76 | 14.3 | 84.36 | - |
| YUV | 85.01 | 216.04 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 241 | 0.33 | 0.93 | 0 | 0.05 | 278.67 | 0.89 | 0.5 |
| Hex | A1 | 10 | F1 | 21 | 5D | 0 | 5 | 117 | 59 | 32 |
| Octal | 241 | 20 | 361 | 41 | 135 | 0 | 5 | 427 | 131 | 62 |
| Binary | 10100001 | 10000 | 11110001 | 100001 | 1011101 | 0 | 101 | 100010111 | 1011001 | 110010 |
Color Harmonies of #A110F1
Complementary color
Monochromatic Colors of #A110F1
Black with #A110F1
Text Example
Text Example
White with #A110F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A110F1; }
p { color: rgb(161,16,241); }
H1.HeaderClassName
{
color: #A110F1;
}
.AnyTagClassName
{
color: #A110F1;
}
</style>
background-color css
<style>
a { background-color: #A110F1; }
a { background-color: rgb(161,16,241); }
div.DivClassName
{
background-color: #A110F1;
}
.BgClassName
{
background-color: #A110F1;
}
</style>
border-color css
<style>
span { border-color: #A110F1; }
span { border-color: rgb(161,16,241); }
td.TdClassName
{
border-color: #A110F1;
}
.TagClassName
{
border-color: #A110F1;
}
</style>