Shades of Dark Violet #A112D6
Tints of Dark Violet #A112D6
RGB
CMYK
RGB Variations
Color information
#A112D6 (or 0xA112D6) is known color: Dark Violet. HEX triplet: A1, 12 and D6. RGB value is (161,18,214). Sum of RGB (Red+Green+Blue) = 161+18+214=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 214 (83.98% from 255 or 54.45% from 393); Max value from RGB is 214 - color contains mainly: blue. Hex color #A112D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A112D6 is #5EED29. Grayscale: #525252. Windows color (decimal): -6221098 or 14029473. OLE color: 14029473.
HSL color Cylindrical-coordinate representation of color #A112D6: hue angle of 283.78º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A112D6 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 18 | 214 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.16 |
| HSL | 283.78º | 0.84% | 0.45% | - |
| HSV(B) | 283.78º | 0.92% | 0.84% | - |
| XYZ | 27.05 | 12.86 | 64.68 | - |
| YUV | 83.1 | 201.88 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 214 | 0.25 | 0.92 | 0 | 0.16 | 283.78 | 0.84 | 0.45 |
| Hex | A1 | 12 | D6 | 19 | 5C | 0 | 10 | 11C | 54 | 2D |
| Octal | 241 | 22 | 326 | 31 | 134 | 0 | 20 | 434 | 124 | 55 |
| Binary | 10100001 | 10010 | 11010110 | 11001 | 1011100 | 0 | 10000 | 100011100 | 1010100 | 101101 |
Color Harmonies of #A112D6
Complementary color
Monochromatic Colors of #A112D6
Black with #A112D6
Text Example
Text Example
White with #A112D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A112D6; }
p { color: rgb(161,18,214); }
H1.HeaderClassName
{
color: #A112D6;
}
.AnyTagClassName
{
color: #A112D6;
}
</style>
background-color css
<style>
a { background-color: #A112D6; }
a { background-color: rgb(161,18,214); }
div.DivClassName
{
background-color: #A112D6;
}
.BgClassName
{
background-color: #A112D6;
}
</style>
border-color css
<style>
span { border-color: #A112D6; }
span { border-color: rgb(161,18,214); }
td.TdClassName
{
border-color: #A112D6;
}
.TagClassName
{
border-color: #A112D6;
}
</style>