Shades of Dark Violet #A40DBB
Tints of Dark Violet #A40DBB
RGB
CMYK
RGB Variations
Color information
#A40DBB (or 0xA40DBB) is known color: Dark Violet. HEX triplet: A4, 0D and BB. RGB value is (164,13,187). Sum of RGB (Red+Green+Blue) = 164+13+187=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #A40DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40DBB is #5BF244. Grayscale: #4D4D4D. Windows color (decimal): -6025797 or 12258724. OLE color: 12258724.
HSL color Cylindrical-coordinate representation of color #A40DBB: hue angle of 292.07º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40DBB is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 13 | 187 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.27 |
| HSL | 292.07º | 0.87% | 0.39% | - |
| HSV(B) | 292.07º | 0.93% | 0.73% | - |
| XYZ | 24.42 | 11.77 | 48 | - |
| YUV | 77.99 | 189.53 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 187 | 0.12 | 0.93 | 0 | 0.27 | 292.07 | 0.87 | 0.39 |
| Hex | A4 | D | BB | C | 5D | 0 | 1B | 124 | 57 | 27 |
| Octal | 244 | 15 | 273 | 14 | 135 | 0 | 33 | 444 | 127 | 47 |
| Binary | 10100100 | 1101 | 10111011 | 1100 | 1011101 | 0 | 11011 | 100100100 | 1010111 | 100111 |
Color Harmonies of #A40DBB
Complementary color
Monochromatic Colors of #A40DBB
Black with #A40DBB
Text Example
Text Example
White with #A40DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40DBB; }
p { color: rgb(164,13,187); }
H1.HeaderClassName
{
color: #A40DBB;
}
.AnyTagClassName
{
color: #A40DBB;
}
</style>
background-color css
<style>
a { background-color: #A40DBB; }
a { background-color: rgb(164,13,187); }
div.DivClassName
{
background-color: #A40DBB;
}
.BgClassName
{
background-color: #A40DBB;
}
</style>
border-color css
<style>
span { border-color: #A40DBB; }
span { border-color: rgb(164,13,187); }
td.TdClassName
{
border-color: #A40DBB;
}
.TagClassName
{
border-color: #A40DBB;
}
</style>