Shades of Dark Violet #A00DC6
Tints of Dark Violet #A00DC6
RGB
CMYK
RGB Variations
Color information
#A00DC6 (or 0xA00DC6) is known color: Dark Violet. HEX triplet: A0, 0D and C6. RGB value is (160,13,198). Sum of RGB (Red+Green+Blue) = 160+13+198=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 198 (77.73% from 255 or 53.37% from 371); Max value from RGB is 198 - color contains mainly: blue. Hex color #A00DC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00DC6 is #5FF239. Grayscale: #4D4D4D. Windows color (decimal): -6287930 or 12979616. OLE color: 12979616.
HSL color Cylindrical-coordinate representation of color #A00DC6: hue angle of 287.68º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00DC6 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 13 | 198 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.22 |
| HSL | 287.68º | 0.88% | 0.41% | - |
| HSV(B) | 287.68º | 0.93% | 0.78% | - |
| XYZ | 24.83 | 11.84 | 54.4 | - |
| YUV | 78.04 | 195.7 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 198 | 0.19 | 0.93 | 0 | 0.22 | 287.68 | 0.88 | 0.41 |
| Hex | A0 | D | C6 | 13 | 5D | 0 | 16 | 120 | 58 | 29 |
| Octal | 240 | 15 | 306 | 23 | 135 | 0 | 26 | 440 | 130 | 51 |
| Binary | 10100000 | 1101 | 11000110 | 10011 | 1011101 | 0 | 10110 | 100100000 | 1011000 | 101001 |
Color Harmonies of #A00DC6
Complementary color
Monochromatic Colors of #A00DC6
Black with #A00DC6
Text Example
Text Example
White with #A00DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DC6; }
p { color: rgb(160,13,198); }
H1.HeaderClassName
{
color: #A00DC6;
}
.AnyTagClassName
{
color: #A00DC6;
}
</style>
background-color css
<style>
a { background-color: #A00DC6; }
a { background-color: rgb(160,13,198); }
div.DivClassName
{
background-color: #A00DC6;
}
.BgClassName
{
background-color: #A00DC6;
}
</style>
border-color css
<style>
span { border-color: #A00DC6; }
span { border-color: rgb(160,13,198); }
td.TdClassName
{
border-color: #A00DC6;
}
.TagClassName
{
border-color: #A00DC6;
}
</style>