Shades of Dark Violet #A114DE
Tints of Dark Violet #A114DE
RGB
CMYK
RGB Variations
Color information
#A114DE (or 0xA114DE) is known color: Dark Violet. HEX triplet: A1, 14 and DE. RGB value is (161,20,222). Sum of RGB (Red+Green+Blue) = 161+20+222=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #A114DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A114DE is #5EEB21. Grayscale: #545454. Windows color (decimal): -6220578 or 14554273. OLE color: 14554273.
HSL color Cylindrical-coordinate representation of color #A114DE: hue angle of 281.88º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A114DE is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 20 | 222 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.13 |
| HSL | 281.88º | 0.83% | 0.47% | - |
| HSV(B) | 281.88º | 0.91% | 0.87% | - |
| XYZ | 28.13 | 13.35 | 70.2 | - |
| YUV | 85.19 | 205.21 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 222 | 0.27 | 0.91 | 0 | 0.13 | 281.88 | 0.83 | 0.47 |
| Hex | A1 | 14 | DE | 1B | 5B | 0 | D | 11A | 53 | 2F |
| Octal | 241 | 24 | 336 | 33 | 133 | 0 | 15 | 432 | 123 | 57 |
| Binary | 10100001 | 10100 | 11011110 | 11011 | 1011011 | 0 | 1101 | 100011010 | 1010011 | 101111 |
Color Harmonies of #A114DE
Complementary color
Monochromatic Colors of #A114DE
Black with #A114DE
Text Example
Text Example
White with #A114DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A114DE; }
p { color: rgb(161,20,222); }
H1.HeaderClassName
{
color: #A114DE;
}
.AnyTagClassName
{
color: #A114DE;
}
</style>
background-color css
<style>
a { background-color: #A114DE; }
a { background-color: rgb(161,20,222); }
div.DivClassName
{
background-color: #A114DE;
}
.BgClassName
{
background-color: #A114DE;
}
</style>
border-color css
<style>
span { border-color: #A114DE; }
span { border-color: rgb(161,20,222); }
td.TdClassName
{
border-color: #A114DE;
}
.TagClassName
{
border-color: #A114DE;
}
</style>