Shades of Electric Purple #A413FF
Tints of Electric Purple #A413FF
RGB
CMYK
RGB Variations
Color information
#A413FF (or 0xA413FF) is known color: Electric Purple. HEX triplet: A4, 13 and FF. RGB value is (164,19,255). Sum of RGB (Red+Green+Blue) = 164+19+255=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 19 (7.81% from 255 or 4.34% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #A413FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A413FF is #5BEC00. Grayscale: #585858. Windows color (decimal): -6024193 or 16716708. OLE color: 16716708.
HSL color Cylindrical-coordinate representation of color #A413FF: hue angle of 276.86º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A413FF is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 19 | 255 | - |
| CMYK | 0.36 | 0.93 | 0 | 0 |
| HSL | 276.86º | 1% | 0.54% | - |
| HSV(B) | 276.86º | 0.93% | 1% | - |
| XYZ | 33.59 | 15.58 | 95.84 | - |
| YUV | 89.26 | 221.54 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 19 | 255 | 0.36 | 0.93 | 0 | 0 | 276.86 | 1 | 0.54 |
| Hex | A4 | 13 | FF | 24 | 5D | 0 | 0 | 115 | 64 | 36 |
| Octal | 244 | 23 | 377 | 44 | 135 | 0 | 0 | 425 | 144 | 66 |
| Binary | 10100100 | 10011 | 11111111 | 100100 | 1011101 | 0 | 0 | 100010101 | 1100100 | 110110 |
Color Harmonies of #A413FF
Complementary color
Monochromatic Colors of #A413FF
Black with #A413FF
Text Example
Text Example
White with #A413FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A413FF; }
p { color: rgb(164,19,255); }
H1.HeaderClassName
{
color: #A413FF;
}
.AnyTagClassName
{
color: #A413FF;
}
</style>
background-color css
<style>
a { background-color: #A413FF; }
a { background-color: rgb(164,19,255); }
div.DivClassName
{
background-color: #A413FF;
}
.BgClassName
{
background-color: #A413FF;
}
</style>
border-color css
<style>
span { border-color: #A413FF; }
span { border-color: rgb(164,19,255); }
td.TdClassName
{
border-color: #A413FF;
}
.TagClassName
{
border-color: #A413FF;
}
</style>