Shades of Dark Violet #A112BD
Tints of Dark Violet #A112BD
RGB
CMYK
RGB Variations
Color information
#A112BD (or 0xA112BD) is known color: Dark Violet. HEX triplet: A1, 12 and BD. RGB value is (161,18,189). Sum of RGB (Red+Green+Blue) = 161+18+189=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #A112BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A112BD is #5EED42. Grayscale: #4F4F4F. Windows color (decimal): -6221123 or 12391073. OLE color: 12391073.
HSL color Cylindrical-coordinate representation of color #A112BD: hue angle of 290.18º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A112BD is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 18 | 189 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.26 |
| HSL | 290.18º | 0.83% | 0.41% | - |
| HSV(B) | 290.18º | 0.9% | 0.74% | - |
| XYZ | 24.1 | 11.68 | 49.13 | - |
| YUV | 80.25 | 189.38 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 189 | 0.15 | 0.90 | 0 | 0.26 | 290.18 | 0.83 | 0.41 |
| Hex | A1 | 12 | BD | F | 5A | 0 | 1A | 122 | 53 | 29 |
| Octal | 241 | 22 | 275 | 17 | 132 | 0 | 32 | 442 | 123 | 51 |
| Binary | 10100001 | 10010 | 10111101 | 1111 | 1011010 | 0 | 11010 | 100100010 | 1010011 | 101001 |
Color Harmonies of #A112BD
Complementary color
Monochromatic Colors of #A112BD
Black with #A112BD
Text Example
Text Example
White with #A112BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A112BD; }
p { color: rgb(161,18,189); }
H1.HeaderClassName
{
color: #A112BD;
}
.AnyTagClassName
{
color: #A112BD;
}
</style>
background-color css
<style>
a { background-color: #A112BD; }
a { background-color: rgb(161,18,189); }
div.DivClassName
{
background-color: #A112BD;
}
.BgClassName
{
background-color: #A112BD;
}
</style>
border-color css
<style>
span { border-color: #A112BD; }
span { border-color: rgb(161,18,189); }
td.TdClassName
{
border-color: #A112BD;
}
.TagClassName
{
border-color: #A112BD;
}
</style>