Shades of Dark Violet #A115EA
Tints of Dark Violet #A115EA
RGB
CMYK
RGB Variations
Color information
#A115EA (or 0xA115EA) is known color: Dark Violet. HEX triplet: A1, 15 and EA. RGB value is (161,21,234). Sum of RGB (Red+Green+Blue) = 161+21+234=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #A115EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A115EA is #5EEA15. Grayscale: #565656. Windows color (decimal): -6220310 or 15340961. OLE color: 15340961.
HSL color Cylindrical-coordinate representation of color #A115EA: hue angle of 279.44º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A115EA is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 21 | 234 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.08 |
| HSL | 279.44º | 0.84% | 0.5% | - |
| HSV(B) | 279.44º | 0.91% | 0.92% | - |
| XYZ | 29.82 | 14.05 | 78.98 | - |
| YUV | 87.14 | 210.88 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 234 | 0.31 | 0.91 | 0 | 0.08 | 279.44 | 0.84 | 0.5 |
| Hex | A1 | 15 | EA | 1F | 5B | 0 | 8 | 117 | 54 | 32 |
| Octal | 241 | 25 | 352 | 37 | 133 | 0 | 10 | 427 | 124 | 62 |
| Binary | 10100001 | 10101 | 11101010 | 11111 | 1011011 | 0 | 1000 | 100010111 | 1010100 | 110010 |
Color Harmonies of #A115EA
Complementary color
Monochromatic Colors of #A115EA
Black with #A115EA
Text Example
Text Example
White with #A115EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A115EA; }
p { color: rgb(161,21,234); }
H1.HeaderClassName
{
color: #A115EA;
}
.AnyTagClassName
{
color: #A115EA;
}
</style>
background-color css
<style>
a { background-color: #A115EA; }
a { background-color: rgb(161,21,234); }
div.DivClassName
{
background-color: #A115EA;
}
.BgClassName
{
background-color: #A115EA;
}
</style>
border-color css
<style>
span { border-color: #A115EA; }
span { border-color: rgb(161,21,234); }
td.TdClassName
{
border-color: #A115EA;
}
.TagClassName
{
border-color: #A115EA;
}
</style>