Shades of Dark Violet #A40DB3
Tints of Dark Violet #A40DB3
RGB
CMYK
RGB Variations
Color information
#A40DB3 (or 0xA40DB3) is known color: Dark Violet. HEX triplet: A4, 0D and B3. RGB value is (164,13,179). Sum of RGB (Red+Green+Blue) = 164+13+179=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 179 (70.31% from 255 or 50.28% from 356); Max value from RGB is 179 - color contains mainly: blue. Hex color #A40DB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40DB3 is #5BF24C. Grayscale: #4C4C4C. Windows color (decimal): -6025805 or 11734436. OLE color: 11734436.
HSL color Cylindrical-coordinate representation of color #A40DB3: hue angle of 294.58º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40DB3 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 13 | 179 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.30 |
| HSL | 294.58º | 0.86% | 0.38% | - |
| HSV(B) | 294.58º | 0.93% | 0.7% | - |
| XYZ | 23.59 | 11.44 | 43.61 | - |
| YUV | 77.07 | 185.53 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 179 | 0.08 | 0.93 | 0 | 0.30 | 294.58 | 0.86 | 0.38 |
| Hex | A4 | D | B3 | 8 | 5D | 0 | 1E | 127 | 56 | 26 |
| Octal | 244 | 15 | 263 | 10 | 135 | 0 | 36 | 447 | 126 | 46 |
| Binary | 10100100 | 1101 | 10110011 | 1000 | 1011101 | 0 | 11110 | 100100111 | 1010110 | 100110 |
Color Harmonies of #A40DB3
Complementary color
Monochromatic Colors of #A40DB3
Black with #A40DB3
Text Example
Text Example
White with #A40DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40DB3; }
p { color: rgb(164,13,179); }
H1.HeaderClassName
{
color: #A40DB3;
}
.AnyTagClassName
{
color: #A40DB3;
}
</style>
background-color css
<style>
a { background-color: #A40DB3; }
a { background-color: rgb(164,13,179); }
div.DivClassName
{
background-color: #A40DB3;
}
.BgClassName
{
background-color: #A40DB3;
}
</style>
border-color css
<style>
span { border-color: #A40DB3; }
span { border-color: rgb(164,13,179); }
td.TdClassName
{
border-color: #A40DB3;
}
.TagClassName
{
border-color: #A40DB3;
}
</style>