Shades of Dark Violet #A115E7
Tints of Dark Violet #A115E7
RGB
CMYK
RGB Variations
Color information
#A115E7 (or 0xA115E7) is known color: Dark Violet. HEX triplet: A1, 15 and E7. RGB value is (161,21,231). Sum of RGB (Red+Green+Blue) = 161+21+231=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 231 (90.62% from 255 or 55.93% from 413); Max value from RGB is 231 - color contains mainly: blue. Hex color #A115E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A115E7 is #5EEA18. Grayscale: #565656. Windows color (decimal): -6220313 or 15144353. OLE color: 15144353.
HSL color Cylindrical-coordinate representation of color #A115E7: hue angle of 280º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A115E7 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 21 | 231 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.09 |
| HSL | 280º | 0.83% | 0.49% | - |
| HSV(B) | 280º | 0.91% | 0.91% | - |
| XYZ | 29.39 | 13.88 | 76.73 | - |
| YUV | 86.8 | 209.38 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 231 | 0.30 | 0.91 | 0 | 0.09 | 280 | 0.83 | 0.49 |
| Hex | A1 | 15 | E7 | 1E | 5B | 0 | 9 | 118 | 53 | 31 |
| Octal | 241 | 25 | 347 | 36 | 133 | 0 | 11 | 430 | 123 | 61 |
| Binary | 10100001 | 10101 | 11100111 | 11110 | 1011011 | 0 | 1001 | 100011000 | 1010011 | 110001 |
Color Harmonies of #A115E7
Complementary color
Monochromatic Colors of #A115E7
Black with #A115E7
Text Example
Text Example
White with #A115E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A115E7; }
p { color: rgb(161,21,231); }
H1.HeaderClassName
{
color: #A115E7;
}
.AnyTagClassName
{
color: #A115E7;
}
</style>
background-color css
<style>
a { background-color: #A115E7; }
a { background-color: rgb(161,21,231); }
div.DivClassName
{
background-color: #A115E7;
}
.BgClassName
{
background-color: #A115E7;
}
</style>
border-color css
<style>
span { border-color: #A115E7; }
span { border-color: rgb(161,21,231); }
td.TdClassName
{
border-color: #A115E7;
}
.TagClassName
{
border-color: #A115E7;
}
</style>