Shades of Electric Purple #A517FE
Tints of Electric Purple #A517FE
RGB
CMYK
RGB Variations
Color information
#A517FE (or 0xA517FE) is known color: Electric Purple. HEX triplet: A5, 17 and FE. RGB value is (165,23,254). Sum of RGB (Red+Green+Blue) = 165+23+254=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 23 (9.38% from 255 or 5.20% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #A517FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A517FE is #5AE801. Grayscale: #5B5B5B. Windows color (decimal): -5957634 or 16652197. OLE color: 16652197.
HSL color Cylindrical-coordinate representation of color #A517FE: hue angle of 276.88º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A517FE is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 23 | 254 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.00 |
| HSL | 276.88º | 0.99% | 0.54% | - |
| HSV(B) | 276.88º | 0.91% | 1% | - |
| XYZ | 33.71 | 15.77 | 95.03 | - |
| YUV | 91.79 | 219.54 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 23 | 254 | 0.35 | 0.91 | 0 | 0.00 | 276.88 | 0.99 | 0.54 |
| Hex | A5 | 17 | FE | 23 | 5B | 0 | 0 | 115 | 63 | 36 |
| Octal | 245 | 27 | 376 | 43 | 133 | 0 | 0 | 425 | 143 | 66 |
| Binary | 10100101 | 10111 | 11111110 | 100011 | 1011011 | 0 | 0 | 100010101 | 1100011 | 110110 |
Color Harmonies of #A517FE
Complementary color
Monochromatic Colors of #A517FE
Black with #A517FE
Text Example
Text Example
White with #A517FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A517FE; }
p { color: rgb(165,23,254); }
H1.HeaderClassName
{
color: #A517FE;
}
.AnyTagClassName
{
color: #A517FE;
}
</style>
background-color css
<style>
a { background-color: #A517FE; }
a { background-color: rgb(165,23,254); }
div.DivClassName
{
background-color: #A517FE;
}
.BgClassName
{
background-color: #A517FE;
}
</style>
border-color css
<style>
span { border-color: #A517FE; }
span { border-color: rgb(165,23,254); }
td.TdClassName
{
border-color: #A517FE;
}
.TagClassName
{
border-color: #A517FE;
}
</style>