Shades of Dark Violet #A911E1
Tints of Dark Violet #A911E1
RGB
CMYK
RGB Variations
Color information
#A911E1 (or 0xA911E1) is known color: Dark Violet. HEX triplet: A9, 11 and E1. RGB value is (169,17,225). Sum of RGB (Red+Green+Blue) = 169+17+225=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 225 (88.28% from 255 or 54.74% from 411); Max value from RGB is 225 - color contains mainly: blue. Hex color #A911E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A911E1 is #56EE1E. Grayscale: #555555. Windows color (decimal): -5697055 or 14750121. OLE color: 14750121.
HSL color Cylindrical-coordinate representation of color #A911E1: hue angle of 283.85º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A911E1 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 17 | 225 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.12 |
| HSL | 283.85º | 0.86% | 0.47% | - |
| HSV(B) | 283.85º | 0.92% | 0.88% | - |
| XYZ | 30.15 | 14.27 | 72.4 | - |
| YUV | 86.16 | 206.36 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 225 | 0.25 | 0.92 | 0 | 0.12 | 283.85 | 0.86 | 0.47 |
| Hex | A9 | 11 | E1 | 19 | 5C | 0 | C | 11C | 56 | 2F |
| Octal | 251 | 21 | 341 | 31 | 134 | 0 | 14 | 434 | 126 | 57 |
| Binary | 10101001 | 10001 | 11100001 | 11001 | 1011100 | 0 | 1100 | 100011100 | 1010110 | 101111 |
Color Harmonies of #A911E1
Complementary color
Monochromatic Colors of #A911E1
Black with #A911E1
Text Example
Text Example
White with #A911E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A911E1; }
p { color: rgb(169,17,225); }
H1.HeaderClassName
{
color: #A911E1;
}
.AnyTagClassName
{
color: #A911E1;
}
</style>
background-color css
<style>
a { background-color: #A911E1; }
a { background-color: rgb(169,17,225); }
div.DivClassName
{
background-color: #A911E1;
}
.BgClassName
{
background-color: #A911E1;
}
</style>
border-color css
<style>
span { border-color: #A911E1; }
span { border-color: rgb(169,17,225); }
td.TdClassName
{
border-color: #A911E1;
}
.TagClassName
{
border-color: #A911E1;
}
</style>