Shades of Dark Violet #A811C3
Tints of Dark Violet #A811C3
RGB
CMYK
RGB Variations
Color information
#A811C3 (or 0xA811C3) is known color: Dark Violet. HEX triplet: A8, 11 and C3. RGB value is (168,17,195). Sum of RGB (Red+Green+Blue) = 168+17+195=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 195 (76.56% from 255 or 51.32% from 380); Max value from RGB is 195 - color contains mainly: blue. Hex color #A811C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811C3 is #57EE3C. Grayscale: #515151. Windows color (decimal): -5762621 or 12784040. OLE color: 12784040.
HSL color Cylindrical-coordinate representation of color #A811C3: hue angle of 290.9º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A811C3 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 17 | 195 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.24 |
| HSL | 290.9º | 0.84% | 0.42% | - |
| HSV(B) | 290.9º | 0.91% | 0.76% | - |
| XYZ | 26.2 | 12.67 | 52.69 | - |
| YUV | 82.44 | 191.53 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 195 | 0.14 | 0.91 | 0 | 0.24 | 290.9 | 0.84 | 0.42 |
| Hex | A8 | 11 | C3 | E | 5B | 0 | 18 | 123 | 54 | 2A |
| Octal | 250 | 21 | 303 | 16 | 133 | 0 | 30 | 443 | 124 | 52 |
| Binary | 10101000 | 10001 | 11000011 | 1110 | 1011011 | 0 | 11000 | 100100011 | 1010100 | 101010 |
Color Harmonies of #A811C3
Complementary color
Monochromatic Colors of #A811C3
Black with #A811C3
Text Example
Text Example
White with #A811C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811C3; }
p { color: rgb(168,17,195); }
H1.HeaderClassName
{
color: #A811C3;
}
.AnyTagClassName
{
color: #A811C3;
}
</style>
background-color css
<style>
a { background-color: #A811C3; }
a { background-color: rgb(168,17,195); }
div.DivClassName
{
background-color: #A811C3;
}
.BgClassName
{
background-color: #A811C3;
}
</style>
border-color css
<style>
span { border-color: #A811C3; }
span { border-color: rgb(168,17,195); }
td.TdClassName
{
border-color: #A811C3;
}
.TagClassName
{
border-color: #A811C3;
}
</style>