Shades of Dark Violet #A111CD
Tints of Dark Violet #A111CD
RGB
CMYK
RGB Variations
Color information
#A111CD (or 0xA111CD) is known color: Dark Violet. HEX triplet: A1, 11 and CD. RGB value is (161,17,205). Sum of RGB (Red+Green+Blue) = 161+17+205=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #A111CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A111CD is #5EEE32. Grayscale: #505050. Windows color (decimal): -6221363 or 13439393. OLE color: 13439393.
HSL color Cylindrical-coordinate representation of color #A111CD: hue angle of 285.96º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A111CD is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 17 | 205 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.20 |
| HSL | 285.96º | 0.85% | 0.44% | - |
| HSV(B) | 285.96º | 0.92% | 0.8% | - |
| XYZ | 25.92 | 12.39 | 58.78 | - |
| YUV | 81.49 | 197.71 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 205 | 0.21 | 0.92 | 0 | 0.20 | 285.96 | 0.85 | 0.44 |
| Hex | A1 | 11 | CD | 15 | 5C | 0 | 14 | 11E | 55 | 2C |
| Octal | 241 | 21 | 315 | 25 | 134 | 0 | 24 | 436 | 125 | 54 |
| Binary | 10100001 | 10001 | 11001101 | 10101 | 1011100 | 0 | 10100 | 100011110 | 1010101 | 101100 |
Color Harmonies of #A111CD
Complementary color
Monochromatic Colors of #A111CD
Black with #A111CD
Text Example
Text Example
White with #A111CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A111CD; }
p { color: rgb(161,17,205); }
H1.HeaderClassName
{
color: #A111CD;
}
.AnyTagClassName
{
color: #A111CD;
}
</style>
background-color css
<style>
a { background-color: #A111CD; }
a { background-color: rgb(161,17,205); }
div.DivClassName
{
background-color: #A111CD;
}
.BgClassName
{
background-color: #A111CD;
}
</style>
border-color css
<style>
span { border-color: #A111CD; }
span { border-color: rgb(161,17,205); }
td.TdClassName
{
border-color: #A111CD;
}
.TagClassName
{
border-color: #A111CD;
}
</style>