Shades of Dark Violet #A40DC0
Tints of Dark Violet #A40DC0
RGB
CMYK
RGB Variations
Color information
#A40DC0 (or 0xA40DC0) is known color: Dark Violet. HEX triplet: A4, 0D and C0. RGB value is (164,13,192). Sum of RGB (Red+Green+Blue) = 164+13+192=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #A40DC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40DC0 is #5BF23F. Grayscale: #4D4D4D. Windows color (decimal): -6025792 or 12586404. OLE color: 12586404.
HSL color Cylindrical-coordinate representation of color #A40DC0: hue angle of 290.61º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40DC0 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 13 | 192 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.25 |
| HSL | 290.61º | 0.87% | 0.4% | - |
| HSV(B) | 290.61º | 0.93% | 0.75% | - |
| XYZ | 24.97 | 11.99 | 50.87 | - |
| YUV | 78.56 | 192.03 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 192 | 0.15 | 0.93 | 0 | 0.25 | 290.61 | 0.87 | 0.4 |
| Hex | A4 | D | C0 | F | 5D | 0 | 19 | 123 | 57 | 28 |
| Octal | 244 | 15 | 300 | 17 | 135 | 0 | 31 | 443 | 127 | 50 |
| Binary | 10100100 | 1101 | 11000000 | 1111 | 1011101 | 0 | 11001 | 100100011 | 1010111 | 101000 |
Color Harmonies of #A40DC0
Complementary color
Monochromatic Colors of #A40DC0
Black with #A40DC0
Text Example
Text Example
White with #A40DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40DC0; }
p { color: rgb(164,13,192); }
H1.HeaderClassName
{
color: #A40DC0;
}
.AnyTagClassName
{
color: #A40DC0;
}
</style>
background-color css
<style>
a { background-color: #A40DC0; }
a { background-color: rgb(164,13,192); }
div.DivClassName
{
background-color: #A40DC0;
}
.BgClassName
{
background-color: #A40DC0;
}
</style>
border-color css
<style>
span { border-color: #A40DC0; }
span { border-color: rgb(164,13,192); }
td.TdClassName
{
border-color: #A40DC0;
}
.TagClassName
{
border-color: #A40DC0;
}
</style>