Shades of Electric Purple #A40FF6
Tints of Electric Purple #A40FF6
RGB
CMYK
RGB Variations
Color information
#A40FF6 (or 0xA40FF6) is known color: Electric Purple. HEX triplet: A4, 0F and F6. RGB value is (164,15,246). Sum of RGB (Red+Green+Blue) = 164+15+246=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 246 (96.48% from 255 or 57.88% from 425); Max value from RGB is 246 - color contains mainly: blue. Hex color #A40FF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40FF6 is #5BF009. Grayscale: #555555. Windows color (decimal): -6025226 or 16125860. OLE color: 16125860.
HSL color Cylindrical-coordinate representation of color #A40FF6: hue angle of 278.7º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40FF6 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 15 | 246 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.04 |
| HSL | 278.7º | 0.93% | 0.51% | - |
| HSV(B) | 278.7º | 0.94% | 0.96% | - |
| XYZ | 32.12 | 14.89 | 88.37 | - |
| YUV | 85.89 | 218.36 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 246 | 0.33 | 0.94 | 0 | 0.04 | 278.7 | 0.93 | 0.51 |
| Hex | A4 | F | F6 | 21 | 5E | 0 | 4 | 117 | 5D | 33 |
| Octal | 244 | 17 | 366 | 41 | 136 | 0 | 4 | 427 | 135 | 63 |
| Binary | 10100100 | 1111 | 11110110 | 100001 | 1011110 | 0 | 100 | 100010111 | 1011101 | 110011 |
Color Harmonies of #A40FF6
Complementary color
Monochromatic Colors of #A40FF6
Black with #A40FF6
Text Example
Text Example
White with #A40FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40FF6; }
p { color: rgb(164,15,246); }
H1.HeaderClassName
{
color: #A40FF6;
}
.AnyTagClassName
{
color: #A40FF6;
}
</style>
background-color css
<style>
a { background-color: #A40FF6; }
a { background-color: rgb(164,15,246); }
div.DivClassName
{
background-color: #A40FF6;
}
.BgClassName
{
background-color: #A40FF6;
}
</style>
border-color css
<style>
span { border-color: #A40FF6; }
span { border-color: rgb(164,15,246); }
td.TdClassName
{
border-color: #A40FF6;
}
.TagClassName
{
border-color: #A40FF6;
}
</style>