Shades of Dark Violet #A114E5
Tints of Dark Violet #A114E5
RGB
CMYK
RGB Variations
Color information
#A114E5 (or 0xA114E5) is known color: Dark Violet. HEX triplet: A1, 14 and E5. RGB value is (161,20,229). Sum of RGB (Red+Green+Blue) = 161+20+229=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 229 (89.84% from 255 or 55.85% from 410); Max value from RGB is 229 - color contains mainly: blue. Hex color #A114E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A114E5 is #5EEB1A. Grayscale: #555555. Windows color (decimal): -6220571 or 15013025. OLE color: 15013025.
HSL color Cylindrical-coordinate representation of color #A114E5: hue angle of 280.48º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A114E5 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 20 | 229 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.10 |
| HSL | 280.48º | 0.84% | 0.49% | - |
| HSV(B) | 280.48º | 0.91% | 0.9% | - |
| XYZ | 29.09 | 13.73 | 75.25 | - |
| YUV | 85.99 | 208.71 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 229 | 0.30 | 0.91 | 0 | 0.10 | 280.48 | 0.84 | 0.49 |
| Hex | A1 | 14 | E5 | 1E | 5B | 0 | A | 118 | 54 | 31 |
| Octal | 241 | 24 | 345 | 36 | 133 | 0 | 12 | 430 | 124 | 61 |
| Binary | 10100001 | 10100 | 11100101 | 11110 | 1011011 | 0 | 1010 | 100011000 | 1010100 | 110001 |
Color Harmonies of #A114E5
Complementary color
Monochromatic Colors of #A114E5
Black with #A114E5
Text Example
Text Example
White with #A114E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A114E5; }
p { color: rgb(161,20,229); }
H1.HeaderClassName
{
color: #A114E5;
}
.AnyTagClassName
{
color: #A114E5;
}
</style>
background-color css
<style>
a { background-color: #A114E5; }
a { background-color: rgb(161,20,229); }
div.DivClassName
{
background-color: #A114E5;
}
.BgClassName
{
background-color: #A114E5;
}
</style>
border-color css
<style>
span { border-color: #A114E5; }
span { border-color: rgb(161,20,229); }
td.TdClassName
{
border-color: #A114E5;
}
.TagClassName
{
border-color: #A114E5;
}
</style>