Shades of Dark Violet #A811C1
Tints of Dark Violet #A811C1
RGB
CMYK
RGB Variations
Color information
#A811C1 (or 0xA811C1) is known color: Dark Violet. HEX triplet: A8, 11 and C1. RGB value is (168,17,193). Sum of RGB (Red+Green+Blue) = 168+17+193=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #A811C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811C1 is #57EE3E. Grayscale: #515151. Windows color (decimal): -5762623 or 12652968. OLE color: 12652968.
HSL color Cylindrical-coordinate representation of color #A811C1: hue angle of 291.48º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A811C1 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 17 | 193 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.24 |
| HSL | 291.48º | 0.84% | 0.41% | - |
| HSV(B) | 291.48º | 0.91% | 0.76% | - |
| XYZ | 25.97 | 12.58 | 51.51 | - |
| YUV | 82.21 | 190.53 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 193 | 0.13 | 0.91 | 0 | 0.24 | 291.48 | 0.84 | 0.41 |
| Hex | A8 | 11 | C1 | D | 5B | 0 | 18 | 123 | 54 | 29 |
| Octal | 250 | 21 | 301 | 15 | 133 | 0 | 30 | 443 | 124 | 51 |
| Binary | 10101000 | 10001 | 11000001 | 1101 | 1011011 | 0 | 11000 | 100100011 | 1010100 | 101001 |
Color Harmonies of #A811C1
Complementary color
Monochromatic Colors of #A811C1
Black with #A811C1
Text Example
Text Example
White with #A811C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811C1; }
p { color: rgb(168,17,193); }
H1.HeaderClassName
{
color: #A811C1;
}
.AnyTagClassName
{
color: #A811C1;
}
</style>
background-color css
<style>
a { background-color: #A811C1; }
a { background-color: rgb(168,17,193); }
div.DivClassName
{
background-color: #A811C1;
}
.BgClassName
{
background-color: #A811C1;
}
</style>
border-color css
<style>
span { border-color: #A811C1; }
span { border-color: rgb(168,17,193); }
td.TdClassName
{
border-color: #A811C1;
}
.TagClassName
{
border-color: #A811C1;
}
</style>