Shades of Dark Violet #A111D7
Tints of Dark Violet #A111D7
RGB
CMYK
RGB Variations
Color information
#A111D7 (or 0xA111D7) is known color: Dark Violet. HEX triplet: A1, 11 and D7. RGB value is (161,17,215). Sum of RGB (Red+Green+Blue) = 161+17+215=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 215 (84.38% from 255 or 54.71% from 393); Max value from RGB is 215 - color contains mainly: blue. Hex color #A111D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A111D7 is #5EEE28. Grayscale: #515151. Windows color (decimal): -6221353 or 14094753. OLE color: 14094753.
HSL color Cylindrical-coordinate representation of color #A111D7: hue angle of 283.64º degrees, saturation: 0.85, 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 #A111D7 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 17 | 215 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.16 |
| HSL | 283.64º | 0.85% | 0.45% | - |
| HSV(B) | 283.64º | 0.92% | 0.84% | - |
| XYZ | 27.16 | 12.88 | 65.35 | - |
| YUV | 82.63 | 202.71 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 215 | 0.25 | 0.92 | 0 | 0.16 | 283.64 | 0.85 | 0.45 |
| Hex | A1 | 11 | D7 | 19 | 5C | 0 | 10 | 11C | 55 | 2D |
| Octal | 241 | 21 | 327 | 31 | 134 | 0 | 20 | 434 | 125 | 55 |
| Binary | 10100001 | 10001 | 11010111 | 11001 | 1011100 | 0 | 10000 | 100011100 | 1010101 | 101101 |
Color Harmonies of #A111D7
Complementary color
Monochromatic Colors of #A111D7
Black with #A111D7
Text Example
Text Example
White with #A111D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A111D7; }
p { color: rgb(161,17,215); }
H1.HeaderClassName
{
color: #A111D7;
}
.AnyTagClassName
{
color: #A111D7;
}
</style>
background-color css
<style>
a { background-color: #A111D7; }
a { background-color: rgb(161,17,215); }
div.DivClassName
{
background-color: #A111D7;
}
.BgClassName
{
background-color: #A111D7;
}
</style>
border-color css
<style>
span { border-color: #A111D7; }
span { border-color: rgb(161,17,215); }
td.TdClassName
{
border-color: #A111D7;
}
.TagClassName
{
border-color: #A111D7;
}
</style>