Shades of Electric Purple #A415FF
Tints of Electric Purple #A415FF
RGB
CMYK
RGB Variations
Color information
#A415FF (or 0xA415FF) is known color: Electric Purple. HEX triplet: A4, 15 and FF. RGB value is (164,21,255). Sum of RGB (Red+Green+Blue) = 164+21+255=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #A415FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A415FF is #5BEA00. Grayscale: #595959. Windows color (decimal): -6023681 or 16717220. OLE color: 16717220.
HSL color Cylindrical-coordinate representation of color #A415FF: hue angle of 276.67º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A415FF is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 21 | 255 | - |
| CMYK | 0.36 | 0.92 | 0 | 0 |
| HSL | 276.67º | 1% | 0.54% | - |
| HSV(B) | 276.67º | 0.92% | 1% | - |
| XYZ | 33.63 | 15.65 | 95.86 | - |
| YUV | 90.43 | 220.88 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 21 | 255 | 0.36 | 0.92 | 0 | 0 | 276.67 | 1 | 0.54 |
| Hex | A4 | 15 | FF | 24 | 5C | 0 | 0 | 115 | 64 | 36 |
| Octal | 244 | 25 | 377 | 44 | 134 | 0 | 0 | 425 | 144 | 66 |
| Binary | 10100100 | 10101 | 11111111 | 100100 | 1011100 | 0 | 0 | 100010101 | 1100100 | 110110 |
Color Harmonies of #A415FF
Complementary color
Monochromatic Colors of #A415FF
Black with #A415FF
Text Example
Text Example
White with #A415FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A415FF; }
p { color: rgb(164,21,255); }
H1.HeaderClassName
{
color: #A415FF;
}
.AnyTagClassName
{
color: #A415FF;
}
</style>
background-color css
<style>
a { background-color: #A415FF; }
a { background-color: rgb(164,21,255); }
div.DivClassName
{
background-color: #A415FF;
}
.BgClassName
{
background-color: #A415FF;
}
</style>
border-color css
<style>
span { border-color: #A415FF; }
span { border-color: rgb(164,21,255); }
td.TdClassName
{
border-color: #A415FF;
}
.TagClassName
{
border-color: #A415FF;
}
</style>