Shades of Dark Violet #A114B7
Tints of Dark Violet #A114B7
RGB
CMYK
RGB Variations
Color information
#A114B7 (or 0xA114B7) is known color: Dark Violet. HEX triplet: A1, 14 and B7. RGB value is (161,20,183). Sum of RGB (Red+Green+Blue) = 161+20+183=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #A114B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A114B7 is #5EEB48. Grayscale: #505050. Windows color (decimal): -6220617 or 11998369. OLE color: 11998369.
HSL color Cylindrical-coordinate representation of color #A114B7: hue angle of 291.9º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A114B7 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 20 | 183 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.28 |
| HSL | 291.9º | 0.8% | 0.4% | - |
| HSV(B) | 291.9º | 0.89% | 0.72% | - |
| XYZ | 23.5 | 11.5 | 45.78 | - |
| YUV | 80.74 | 185.71 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 183 | 0.12 | 0.89 | 0 | 0.28 | 291.9 | 0.8 | 0.4 |
| Hex | A1 | 14 | B7 | C | 59 | 0 | 1C | 124 | 50 | 28 |
| Octal | 241 | 24 | 267 | 14 | 131 | 0 | 34 | 444 | 120 | 50 |
| Binary | 10100001 | 10100 | 10110111 | 1100 | 1011001 | 0 | 11100 | 100100100 | 1010000 | 101000 |
Color Harmonies of #A114B7
Complementary color
Monochromatic Colors of #A114B7
Black with #A114B7
Text Example
Text Example
White with #A114B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A114B7; }
p { color: rgb(161,20,183); }
H1.HeaderClassName
{
color: #A114B7;
}
.AnyTagClassName
{
color: #A114B7;
}
</style>
background-color css
<style>
a { background-color: #A114B7; }
a { background-color: rgb(161,20,183); }
div.DivClassName
{
background-color: #A114B7;
}
.BgClassName
{
background-color: #A114B7;
}
</style>
border-color css
<style>
span { border-color: #A114B7; }
span { border-color: rgb(161,20,183); }
td.TdClassName
{
border-color: #A114B7;
}
.TagClassName
{
border-color: #A114B7;
}
</style>