Shades of Dark Violet #A40DBD
Tints of Dark Violet #A40DBD
RGB
CMYK
RGB Variations
Color information
#A40DBD (or 0xA40DBD) is known color: Dark Violet. HEX triplet: A4, 0D and BD. RGB value is (164,13,189). Sum of RGB (Red+Green+Blue) = 164+13+189=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #A40DBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40DBD is #5BF242. Grayscale: #4D4D4D. Windows color (decimal): -6025795 or 12389796. OLE color: 12389796.
HSL color Cylindrical-coordinate representation of color #A40DBD: hue angle of 291.48º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40DBD is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 13 | 189 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.26 |
| HSL | 291.48º | 0.87% | 0.4% | - |
| HSV(B) | 291.48º | 0.93% | 0.74% | - |
| XYZ | 24.64 | 11.85 | 49.13 | - |
| YUV | 78.21 | 190.53 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 189 | 0.13 | 0.93 | 0 | 0.26 | 291.48 | 0.87 | 0.4 |
| Hex | A4 | D | BD | D | 5D | 0 | 1A | 123 | 57 | 28 |
| Octal | 244 | 15 | 275 | 15 | 135 | 0 | 32 | 443 | 127 | 50 |
| Binary | 10100100 | 1101 | 10111101 | 1101 | 1011101 | 0 | 11010 | 100100011 | 1010111 | 101000 |
Color Harmonies of #A40DBD
Complementary color
Monochromatic Colors of #A40DBD
Black with #A40DBD
Text Example
Text Example
White with #A40DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40DBD; }
p { color: rgb(164,13,189); }
H1.HeaderClassName
{
color: #A40DBD;
}
.AnyTagClassName
{
color: #A40DBD;
}
</style>
background-color css
<style>
a { background-color: #A40DBD; }
a { background-color: rgb(164,13,189); }
div.DivClassName
{
background-color: #A40DBD;
}
.BgClassName
{
background-color: #A40DBD;
}
</style>
border-color css
<style>
span { border-color: #A40DBD; }
span { border-color: rgb(164,13,189); }
td.TdClassName
{
border-color: #A40DBD;
}
.TagClassName
{
border-color: #A40DBD;
}
</style>