Shades of Dark Violet #A40FE9
Tints of Dark Violet #A40FE9
RGB
CMYK
RGB Variations
Color information
#A40FE9 (or 0xA40FE9) is known color: Dark Violet. HEX triplet: A4, 0F and E9. RGB value is (164,15,233). Sum of RGB (Red+Green+Blue) = 164+15+233=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 15 (6.25% from 255 or 3.64% from 412); Blue value is 233 (91.41% from 255 or 56.55% from 412); Max value from RGB is 233 - color contains mainly: blue. Hex color #A40FE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40FE9 is #5BF016. Grayscale: #535353. Windows color (decimal): -6025239 or 15273892. OLE color: 15273892.
HSL color Cylindrical-coordinate representation of color #A40FE9: hue angle of 281.01º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40FE9 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 15 | 233 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.09 |
| HSL | 281.01º | 0.88% | 0.49% | - |
| HSV(B) | 281.01º | 0.94% | 0.91% | - |
| XYZ | 30.19 | 14.12 | 78.22 | - |
| YUV | 84.4 | 211.86 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 233 | 0.30 | 0.94 | 0 | 0.09 | 281.01 | 0.88 | 0.49 |
| Hex | A4 | F | E9 | 1E | 5E | 0 | 9 | 119 | 58 | 31 |
| Octal | 244 | 17 | 351 | 36 | 136 | 0 | 11 | 431 | 130 | 61 |
| Binary | 10100100 | 1111 | 11101001 | 11110 | 1011110 | 0 | 1001 | 100011001 | 1011000 | 110001 |
Color Harmonies of #A40FE9
Complementary color
Monochromatic Colors of #A40FE9
Black with #A40FE9
Text Example
Text Example
White with #A40FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40FE9; }
p { color: rgb(164,15,233); }
H1.HeaderClassName
{
color: #A40FE9;
}
.AnyTagClassName
{
color: #A40FE9;
}
</style>
background-color css
<style>
a { background-color: #A40FE9; }
a { background-color: rgb(164,15,233); }
div.DivClassName
{
background-color: #A40FE9;
}
.BgClassName
{
background-color: #A40FE9;
}
</style>
border-color css
<style>
span { border-color: #A40FE9; }
span { border-color: rgb(164,15,233); }
td.TdClassName
{
border-color: #A40FE9;
}
.TagClassName
{
border-color: #A40FE9;
}
</style>