Shades of Dark Violet #A811C4
Tints of Dark Violet #A811C4
RGB
CMYK
RGB Variations
Color information
#A811C4 (or 0xA811C4) is known color: Dark Violet. HEX triplet: A8, 11 and C4. RGB value is (168,17,196). Sum of RGB (Red+Green+Blue) = 168+17+196=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 196 (76.95% from 255 or 51.44% from 381); Max value from RGB is 196 - color contains mainly: blue. Hex color #A811C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811C4 is #57EE3B. Grayscale: #515151. Windows color (decimal): -5762620 or 12849576. OLE color: 12849576.
HSL color Cylindrical-coordinate representation of color #A811C4: hue angle of 290.61º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A811C4 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 17 | 196 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.23 |
| HSL | 290.61º | 0.84% | 0.42% | - |
| HSV(B) | 290.61º | 0.91% | 0.77% | - |
| XYZ | 26.31 | 12.71 | 53.29 | - |
| YUV | 82.56 | 192.03 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 196 | 0.14 | 0.91 | 0 | 0.23 | 290.61 | 0.84 | 0.42 |
| Hex | A8 | 11 | C4 | E | 5B | 0 | 17 | 123 | 54 | 2A |
| Octal | 250 | 21 | 304 | 16 | 133 | 0 | 27 | 443 | 124 | 52 |
| Binary | 10101000 | 10001 | 11000100 | 1110 | 1011011 | 0 | 10111 | 100100011 | 1010100 | 101010 |
Color Harmonies of #A811C4
Complementary color
Monochromatic Colors of #A811C4
Black with #A811C4
Text Example
Text Example
White with #A811C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811C4; }
p { color: rgb(168,17,196); }
H1.HeaderClassName
{
color: #A811C4;
}
.AnyTagClassName
{
color: #A811C4;
}
</style>
background-color css
<style>
a { background-color: #A811C4; }
a { background-color: rgb(168,17,196); }
div.DivClassName
{
background-color: #A811C4;
}
.BgClassName
{
background-color: #A811C4;
}
</style>
border-color css
<style>
span { border-color: #A811C4; }
span { border-color: rgb(168,17,196); }
td.TdClassName
{
border-color: #A811C4;
}
.TagClassName
{
border-color: #A811C4;
}
</style>