Shades of Dark Violet #A114BC
Tints of Dark Violet #A114BC
RGB
CMYK
RGB Variations
Color information
#A114BC (or 0xA114BC) is known color: Dark Violet. HEX triplet: A1, 14 and BC. RGB value is (161,20,188). Sum of RGB (Red+Green+Blue) = 161+20+188=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #A114BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A114BC is #5EEB43. Grayscale: #505050. Windows color (decimal): -6220612 or 12326049. OLE color: 12326049.
HSL color Cylindrical-coordinate representation of color #A114BC: hue angle of 290.36º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A114BC is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 20 | 188 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.26 |
| HSL | 290.36º | 0.81% | 0.41% | - |
| HSV(B) | 290.36º | 0.89% | 0.74% | - |
| XYZ | 24.03 | 11.71 | 48.57 | - |
| YUV | 81.31 | 188.21 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 188 | 0.14 | 0.89 | 0 | 0.26 | 290.36 | 0.81 | 0.41 |
| Hex | A1 | 14 | BC | E | 59 | 0 | 1A | 122 | 51 | 29 |
| Octal | 241 | 24 | 274 | 16 | 131 | 0 | 32 | 442 | 121 | 51 |
| Binary | 10100001 | 10100 | 10111100 | 1110 | 1011001 | 0 | 11010 | 100100010 | 1010001 | 101001 |
Color Harmonies of #A114BC
Complementary color
Monochromatic Colors of #A114BC
Black with #A114BC
Text Example
Text Example
White with #A114BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A114BC; }
p { color: rgb(161,20,188); }
H1.HeaderClassName
{
color: #A114BC;
}
.AnyTagClassName
{
color: #A114BC;
}
</style>
background-color css
<style>
a { background-color: #A114BC; }
a { background-color: rgb(161,20,188); }
div.DivClassName
{
background-color: #A114BC;
}
.BgClassName
{
background-color: #A114BC;
}
</style>
border-color css
<style>
span { border-color: #A114BC; }
span { border-color: rgb(161,20,188); }
td.TdClassName
{
border-color: #A114BC;
}
.TagClassName
{
border-color: #A114BC;
}
</style>