Shades of Dark Violet #A40FD3
Tints of Dark Violet #A40FD3
RGB
CMYK
RGB Variations
Color information
#A40FD3 (or 0xA40FD3) is known color: Dark Violet. HEX triplet: A4, 0F and D3. RGB value is (164,15,211). Sum of RGB (Red+Green+Blue) = 164+15+211=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 211 (82.81% from 255 or 54.10% from 390); Max value from RGB is 211 - color contains mainly: blue. Hex color #A40FD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40FD3 is #5BF02C. Grayscale: #515151. Windows color (decimal): -6025261 or 13832100. OLE color: 13832100.
HSL color Cylindrical-coordinate representation of color #A40FD3: hue angle of 285.61º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40FD3 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 15 | 211 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.17 |
| HSL | 285.61º | 0.87% | 0.44% | - |
| HSV(B) | 285.61º | 0.93% | 0.83% | - |
| XYZ | 27.24 | 12.94 | 62.69 | - |
| YUV | 81.9 | 200.86 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 211 | 0.22 | 0.93 | 0 | 0.17 | 285.61 | 0.87 | 0.44 |
| Hex | A4 | F | D3 | 16 | 5D | 0 | 11 | 11E | 57 | 2C |
| Octal | 244 | 17 | 323 | 26 | 135 | 0 | 21 | 436 | 127 | 54 |
| Binary | 10100100 | 1111 | 11010011 | 10110 | 1011101 | 0 | 10001 | 100011110 | 1010111 | 101100 |
Color Harmonies of #A40FD3
Complementary color
Monochromatic Colors of #A40FD3
Black with #A40FD3
Text Example
Text Example
White with #A40FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40FD3; }
p { color: rgb(164,15,211); }
H1.HeaderClassName
{
color: #A40FD3;
}
.AnyTagClassName
{
color: #A40FD3;
}
</style>
background-color css
<style>
a { background-color: #A40FD3; }
a { background-color: rgb(164,15,211); }
div.DivClassName
{
background-color: #A40FD3;
}
.BgClassName
{
background-color: #A40FD3;
}
</style>
border-color css
<style>
span { border-color: #A40FD3; }
span { border-color: rgb(164,15,211); }
td.TdClassName
{
border-color: #A40FD3;
}
.TagClassName
{
border-color: #A40FD3;
}
</style>