Shades of Dark Violet #A811C6
Tints of Dark Violet #A811C6
RGB
CMYK
RGB Variations
Color information
#A811C6 (or 0xA811C6) is known color: Dark Violet. HEX triplet: A8, 11 and C6. RGB value is (168,17,198). Sum of RGB (Red+Green+Blue) = 168+17+198=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 198 (77.73% from 255 or 51.70% from 383); Max value from RGB is 198 - color contains mainly: blue. Hex color #A811C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811C6 is #57EE39. Grayscale: #525252. Windows color (decimal): -5762618 or 12980648. OLE color: 12980648.
HSL color Cylindrical-coordinate representation of color #A811C6: hue angle of 290.06º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A811C6 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 17 | 198 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.22 |
| HSL | 290.06º | 0.84% | 0.42% | - |
| HSV(B) | 290.06º | 0.91% | 0.78% | - |
| XYZ | 26.54 | 12.8 | 54.5 | - |
| YUV | 82.78 | 193.03 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 198 | 0.15 | 0.91 | 0 | 0.22 | 290.06 | 0.84 | 0.42 |
| Hex | A8 | 11 | C6 | F | 5B | 0 | 16 | 122 | 54 | 2A |
| Octal | 250 | 21 | 306 | 17 | 133 | 0 | 26 | 442 | 124 | 52 |
| Binary | 10101000 | 10001 | 11000110 | 1111 | 1011011 | 0 | 10110 | 100100010 | 1010100 | 101010 |
Color Harmonies of #A811C6
Complementary color
Monochromatic Colors of #A811C6
Black with #A811C6
Text Example
Text Example
White with #A811C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811C6; }
p { color: rgb(168,17,198); }
H1.HeaderClassName
{
color: #A811C6;
}
.AnyTagClassName
{
color: #A811C6;
}
</style>
background-color css
<style>
a { background-color: #A811C6; }
a { background-color: rgb(168,17,198); }
div.DivClassName
{
background-color: #A811C6;
}
.BgClassName
{
background-color: #A811C6;
}
</style>
border-color css
<style>
span { border-color: #A811C6; }
span { border-color: rgb(168,17,198); }
td.TdClassName
{
border-color: #A811C6;
}
.TagClassName
{
border-color: #A811C6;
}
</style>