Shades of Electric Purple #A417FF
Tints of Electric Purple #A417FF
RGB
CMYK
RGB Variations
Color information
#A417FF (or 0xA417FF) is known color: Electric Purple. HEX triplet: A4, 17 and FF. RGB value is (164,23,255). Sum of RGB (Red+Green+Blue) = 164+23+255=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 23 (9.38% from 255 or 5.20% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #A417FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A417FF is #5BE800. Grayscale: #5A5A5A. Windows color (decimal): -6023169 or 16717732. OLE color: 16717732.
HSL color Cylindrical-coordinate representation of color #A417FF: hue angle of 276.47º 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 #A417FF is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 23 | 255 | - |
| CMYK | 0.36 | 0.91 | 0 | 0 |
| HSL | 276.47º | 1% | 0.55% | - |
| HSV(B) | 276.47º | 0.91% | 1% | - |
| XYZ | 33.67 | 15.73 | 95.87 | - |
| YUV | 91.61 | 220.21 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 23 | 255 | 0.36 | 0.91 | 0 | 0 | 276.47 | 1 | 0.55 |
| Hex | A4 | 17 | FF | 24 | 5B | 0 | 0 | 114 | 64 | 37 |
| Octal | 244 | 27 | 377 | 44 | 133 | 0 | 0 | 424 | 144 | 67 |
| Binary | 10100100 | 10111 | 11111111 | 100100 | 1011011 | 0 | 0 | 100010100 | 1100100 | 110111 |
Color Harmonies of #A417FF
Complementary color
Monochromatic Colors of #A417FF
Black with #A417FF
Text Example
Text Example
White with #A417FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A417FF; }
p { color: rgb(164,23,255); }
H1.HeaderClassName
{
color: #A417FF;
}
.AnyTagClassName
{
color: #A417FF;
}
</style>
background-color css
<style>
a { background-color: #A417FF; }
a { background-color: rgb(164,23,255); }
div.DivClassName
{
background-color: #A417FF;
}
.BgClassName
{
background-color: #A417FF;
}
</style>
border-color css
<style>
span { border-color: #A417FF; }
span { border-color: rgb(164,23,255); }
td.TdClassName
{
border-color: #A417FF;
}
.TagClassName
{
border-color: #A417FF;
}
</style>