Shades of Dark Violet #A114D5
Tints of Dark Violet #A114D5
RGB
CMYK
RGB Variations
Color information
#A114D5 (or 0xA114D5) is known color: Dark Violet. HEX triplet: A1, 14 and D5. RGB value is (161,20,213). Sum of RGB (Red+Green+Blue) = 161+20+213=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #A114D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A114D5 is #5EEB2A. Grayscale: #535353. Windows color (decimal): -6220587 or 13964449. OLE color: 13964449.
HSL color Cylindrical-coordinate representation of color #A114D5: hue angle of 283.83º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A114D5 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 20 | 213 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.16 |
| HSL | 283.83º | 0.83% | 0.46% | - |
| HSV(B) | 283.83º | 0.91% | 0.84% | - |
| XYZ | 26.96 | 12.88 | 64.02 | - |
| YUV | 84.16 | 200.71 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 213 | 0.24 | 0.91 | 0 | 0.16 | 283.83 | 0.83 | 0.46 |
| Hex | A1 | 14 | D5 | 18 | 5B | 0 | 10 | 11C | 53 | 2E |
| Octal | 241 | 24 | 325 | 30 | 133 | 0 | 20 | 434 | 123 | 56 |
| Binary | 10100001 | 10100 | 11010101 | 11000 | 1011011 | 0 | 10000 | 100011100 | 1010011 | 101110 |
Color Harmonies of #A114D5
Complementary color
Monochromatic Colors of #A114D5
Black with #A114D5
Text Example
Text Example
White with #A114D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A114D5; }
p { color: rgb(161,20,213); }
H1.HeaderClassName
{
color: #A114D5;
}
.AnyTagClassName
{
color: #A114D5;
}
</style>
background-color css
<style>
a { background-color: #A114D5; }
a { background-color: rgb(161,20,213); }
div.DivClassName
{
background-color: #A114D5;
}
.BgClassName
{
background-color: #A114D5;
}
</style>
border-color css
<style>
span { border-color: #A114D5; }
span { border-color: rgb(161,20,213); }
td.TdClassName
{
border-color: #A114D5;
}
.TagClassName
{
border-color: #A114D5;
}
</style>