Shades of Dark Violet #A40FE1
Tints of Dark Violet #A40FE1
RGB
CMYK
RGB Variations
Color information
#A40FE1 (or 0xA40FE1) is known color: Dark Violet. HEX triplet: A4, 0F and E1. RGB value is (164,15,225). Sum of RGB (Red+Green+Blue) = 164+15+225=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 225 (88.28% from 255 or 55.69% from 404); Max value from RGB is 225 - color contains mainly: blue. Hex color #A40FE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40FE1 is #5BF01E. Grayscale: #525252. Windows color (decimal): -6025247 or 14749604. OLE color: 14749604.
HSL color Cylindrical-coordinate representation of color #A40FE1: hue angle of 282.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40FE1 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 15 | 225 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.12 |
| HSL | 282.57º | 0.88% | 0.47% | - |
| HSV(B) | 282.57º | 0.93% | 0.88% | - |
| XYZ | 29.07 | 13.67 | 72.34 | - |
| YUV | 83.49 | 207.86 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 225 | 0.27 | 0.93 | 0 | 0.12 | 282.57 | 0.88 | 0.47 |
| Hex | A4 | F | E1 | 1B | 5D | 0 | C | 11B | 58 | 2F |
| Octal | 244 | 17 | 341 | 33 | 135 | 0 | 14 | 433 | 130 | 57 |
| Binary | 10100100 | 1111 | 11100001 | 11011 | 1011101 | 0 | 1100 | 100011011 | 1011000 | 101111 |
Color Harmonies of #A40FE1
Complementary color
Monochromatic Colors of #A40FE1
Black with #A40FE1
Text Example
Text Example
White with #A40FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40FE1; }
p { color: rgb(164,15,225); }
H1.HeaderClassName
{
color: #A40FE1;
}
.AnyTagClassName
{
color: #A40FE1;
}
</style>
background-color css
<style>
a { background-color: #A40FE1; }
a { background-color: rgb(164,15,225); }
div.DivClassName
{
background-color: #A40FE1;
}
.BgClassName
{
background-color: #A40FE1;
}
</style>
border-color css
<style>
span { border-color: #A40FE1; }
span { border-color: rgb(164,15,225); }
td.TdClassName
{
border-color: #A40FE1;
}
.TagClassName
{
border-color: #A40FE1;
}
</style>