Shades of Dark Violet #A40FDD
Tints of Dark Violet #A40FDD
RGB
CMYK
RGB Variations
Color information
#A40FDD (or 0xA40FDD) is known color: Dark Violet. HEX triplet: A4, 0F and DD. RGB value is (164,15,221). Sum of RGB (Red+Green+Blue) = 164+15+221=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #A40FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40FDD is #5BF022. Grayscale: #525252. Windows color (decimal): -6025251 or 14487460. OLE color: 14487460.
HSL color Cylindrical-coordinate representation of color #A40FDD: hue angle of 283.4º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40FDD is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 15 | 221 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.13 |
| HSL | 283.4º | 0.87% | 0.46% | - |
| HSV(B) | 283.4º | 0.93% | 0.87% | - |
| XYZ | 28.53 | 13.45 | 69.5 | - |
| YUV | 83.04 | 205.86 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 221 | 0.26 | 0.93 | 0 | 0.13 | 283.4 | 0.87 | 0.46 |
| Hex | A4 | F | DD | 1A | 5D | 0 | D | 11B | 57 | 2E |
| Octal | 244 | 17 | 335 | 32 | 135 | 0 | 15 | 433 | 127 | 56 |
| Binary | 10100100 | 1111 | 11011101 | 11010 | 1011101 | 0 | 1101 | 100011011 | 1010111 | 101110 |
Color Harmonies of #A40FDD
Complementary color
Monochromatic Colors of #A40FDD
Black with #A40FDD
Text Example
Text Example
White with #A40FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40FDD; }
p { color: rgb(164,15,221); }
H1.HeaderClassName
{
color: #A40FDD;
}
.AnyTagClassName
{
color: #A40FDD;
}
</style>
background-color css
<style>
a { background-color: #A40FDD; }
a { background-color: rgb(164,15,221); }
div.DivClassName
{
background-color: #A40FDD;
}
.BgClassName
{
background-color: #A40FDD;
}
</style>
border-color css
<style>
span { border-color: #A40FDD; }
span { border-color: rgb(164,15,221); }
td.TdClassName
{
border-color: #A40FDD;
}
.TagClassName
{
border-color: #A40FDD;
}
</style>