Shades of Dark Violet #A112CD
Tints of Dark Violet #A112CD
RGB
CMYK
RGB Variations
Color information
#A112CD (or 0xA112CD) is known color: Dark Violet. HEX triplet: A1, 12 and CD. RGB value is (161,18,205). Sum of RGB (Red+Green+Blue) = 161+18+205=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #A112CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A112CD is #5EED32. Grayscale: #515151. Windows color (decimal): -6221107 or 13439649. OLE color: 13439649.
HSL color Cylindrical-coordinate representation of color #A112CD: hue angle of 285.88º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A112CD is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 18 | 205 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.20 |
| HSL | 285.88º | 0.84% | 0.44% | - |
| HSV(B) | 285.88º | 0.91% | 0.8% | - |
| XYZ | 25.93 | 12.42 | 58.79 | - |
| YUV | 82.08 | 197.38 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 205 | 0.21 | 0.91 | 0 | 0.20 | 285.88 | 0.84 | 0.44 |
| Hex | A1 | 12 | CD | 15 | 5B | 0 | 14 | 11E | 54 | 2C |
| Octal | 241 | 22 | 315 | 25 | 133 | 0 | 24 | 436 | 124 | 54 |
| Binary | 10100001 | 10010 | 11001101 | 10101 | 1011011 | 0 | 10100 | 100011110 | 1010100 | 101100 |
Color Harmonies of #A112CD
Complementary color
Monochromatic Colors of #A112CD
Black with #A112CD
Text Example
Text Example
White with #A112CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A112CD; }
p { color: rgb(161,18,205); }
H1.HeaderClassName
{
color: #A112CD;
}
.AnyTagClassName
{
color: #A112CD;
}
</style>
background-color css
<style>
a { background-color: #A112CD; }
a { background-color: rgb(161,18,205); }
div.DivClassName
{
background-color: #A112CD;
}
.BgClassName
{
background-color: #A112CD;
}
</style>
border-color css
<style>
span { border-color: #A112CD; }
span { border-color: rgb(161,18,205); }
td.TdClassName
{
border-color: #A112CD;
}
.TagClassName
{
border-color: #A112CD;
}
</style>