Shades of Electric Purple #A418FF
Tints of Electric Purple #A418FF
RGB
CMYK
RGB Variations
Color information
#A418FF (or 0xA418FF) is known color: Electric Purple. HEX triplet: A4, 18 and FF. RGB value is (164,24,255). Sum of RGB (Red+Green+Blue) = 164+24+255=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #A418FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A418FF is #5BE700. Grayscale: #5B5B5B. Windows color (decimal): -6022913 or 16717988. OLE color: 16717988.
HSL color Cylindrical-coordinate representation of color #A418FF: hue angle of 276.36º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A418FF is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 24 | 255 | - |
| CMYK | 0.36 | 0.91 | 0 | 0 |
| HSL | 276.36º | 1% | 0.55% | - |
| HSV(B) | 276.36º | 0.91% | 1% | - |
| XYZ | 33.69 | 15.77 | 95.88 | - |
| YUV | 92.19 | 219.88 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 24 | 255 | 0.36 | 0.91 | 0 | 0 | 276.36 | 1 | 0.55 |
| Hex | A4 | 18 | FF | 24 | 5B | 0 | 0 | 114 | 64 | 37 |
| Octal | 244 | 30 | 377 | 44 | 133 | 0 | 0 | 424 | 144 | 67 |
| Binary | 10100100 | 11000 | 11111111 | 100100 | 1011011 | 0 | 0 | 100010100 | 1100100 | 110111 |
Color Harmonies of #A418FF
Complementary color
Monochromatic Colors of #A418FF
Black with #A418FF
Text Example
Text Example
White with #A418FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A418FF; }
p { color: rgb(164,24,255); }
H1.HeaderClassName
{
color: #A418FF;
}
.AnyTagClassName
{
color: #A418FF;
}
</style>
background-color css
<style>
a { background-color: #A418FF; }
a { background-color: rgb(164,24,255); }
div.DivClassName
{
background-color: #A418FF;
}
.BgClassName
{
background-color: #A418FF;
}
</style>
border-color css
<style>
span { border-color: #A418FF; }
span { border-color: rgb(164,24,255); }
td.TdClassName
{
border-color: #A418FF;
}
.TagClassName
{
border-color: #A418FF;
}
</style>