Shades of Dark Violet #A811E0
Tints of Dark Violet #A811E0
RGB
CMYK
RGB Variations
Color information
#A811E0 (or 0xA811E0) is known color: Dark Violet. HEX triplet: A8, 11 and E0. RGB value is (168,17,224). Sum of RGB (Red+Green+Blue) = 168+17+224=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 224 (87.89% from 255 or 54.77% from 409); Max value from RGB is 224 - color contains mainly: blue. Hex color #A811E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811E0 is #57EE1F. Grayscale: #555555. Windows color (decimal): -5762592 or 14684584. OLE color: 14684584.
HSL color Cylindrical-coordinate representation of color #A811E0: hue angle of 283.77º 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 #A811E0 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 17 | 224 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.12 |
| HSL | 283.77º | 0.86% | 0.47% | - |
| HSV(B) | 283.77º | 0.92% | 0.88% | - |
| XYZ | 29.8 | 14.11 | 71.67 | - |
| YUV | 85.75 | 206.03 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 224 | 0.25 | 0.92 | 0 | 0.12 | 283.77 | 0.86 | 0.47 |
| Hex | A8 | 11 | E0 | 19 | 5C | 0 | C | 11C | 56 | 2F |
| Octal | 250 | 21 | 340 | 31 | 134 | 0 | 14 | 434 | 126 | 57 |
| Binary | 10101000 | 10001 | 11100000 | 11001 | 1011100 | 0 | 1100 | 100011100 | 1010110 | 101111 |
Color Harmonies of #A811E0
Complementary color
Monochromatic Colors of #A811E0
Black with #A811E0
Text Example
Text Example
White with #A811E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811E0; }
p { color: rgb(168,17,224); }
H1.HeaderClassName
{
color: #A811E0;
}
.AnyTagClassName
{
color: #A811E0;
}
</style>
background-color css
<style>
a { background-color: #A811E0; }
a { background-color: rgb(168,17,224); }
div.DivClassName
{
background-color: #A811E0;
}
.BgClassName
{
background-color: #A811E0;
}
</style>
border-color css
<style>
span { border-color: #A811E0; }
span { border-color: rgb(168,17,224); }
td.TdClassName
{
border-color: #A811E0;
}
.TagClassName
{
border-color: #A811E0;
}
</style>