Shades of Dark Violet #A111BE
Tints of Dark Violet #A111BE
RGB
CMYK
RGB Variations
Color information
#A111BE (or 0xA111BE) is known color: Dark Violet. HEX triplet: A1, 11 and BE. RGB value is (161,17,190). Sum of RGB (Red+Green+Blue) = 161+17+190=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #A111BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A111BE is #5EEE41. Grayscale: #4F4F4F. Windows color (decimal): -6221378 or 12456353. OLE color: 12456353.
HSL color Cylindrical-coordinate representation of color #A111BE: hue angle of 289.94º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A111BE is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 17 | 190 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.25 |
| HSL | 289.94º | 0.84% | 0.41% | - |
| HSV(B) | 289.94º | 0.91% | 0.75% | - |
| XYZ | 24.19 | 11.7 | 49.7 | - |
| YUV | 79.78 | 190.21 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 190 | 0.15 | 0.91 | 0 | 0.25 | 289.94 | 0.84 | 0.41 |
| Hex | A1 | 11 | BE | F | 5B | 0 | 19 | 122 | 54 | 29 |
| Octal | 241 | 21 | 276 | 17 | 133 | 0 | 31 | 442 | 124 | 51 |
| Binary | 10100001 | 10001 | 10111110 | 1111 | 1011011 | 0 | 11001 | 100100010 | 1010100 | 101001 |
Color Harmonies of #A111BE
Complementary color
Monochromatic Colors of #A111BE
Black with #A111BE
Text Example
Text Example
White with #A111BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A111BE; }
p { color: rgb(161,17,190); }
H1.HeaderClassName
{
color: #A111BE;
}
.AnyTagClassName
{
color: #A111BE;
}
</style>
background-color css
<style>
a { background-color: #A111BE; }
a { background-color: rgb(161,17,190); }
div.DivClassName
{
background-color: #A111BE;
}
.BgClassName
{
background-color: #A111BE;
}
</style>
border-color css
<style>
span { border-color: #A111BE; }
span { border-color: rgb(161,17,190); }
td.TdClassName
{
border-color: #A111BE;
}
.TagClassName
{
border-color: #A111BE;
}
</style>