Shades of Electric Purple #A517FD
Tints of Electric Purple #A517FD
RGB
CMYK
RGB Variations
Color information
#A517FD (or 0xA517FD) is known color: Electric Purple. HEX triplet: A5, 17 and FD. RGB value is (165,23,253). Sum of RGB (Red+Green+Blue) = 165+23+253=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 23 (9.38% from 255 or 5.22% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #A517FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A517FD is #5AE802. Grayscale: #5A5A5A. Windows color (decimal): -5957635 or 16586661. OLE color: 16586661.
HSL color Cylindrical-coordinate representation of color #A517FD: hue angle of 277.04º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A517FD is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 23 | 253 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.01 |
| HSL | 277.04º | 0.98% | 0.54% | - |
| HSV(B) | 277.04º | 0.91% | 0.99% | - |
| XYZ | 33.55 | 15.7 | 94.19 | - |
| YUV | 91.68 | 219.04 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 23 | 253 | 0.35 | 0.91 | 0 | 0.01 | 277.04 | 0.98 | 0.54 |
| Hex | A5 | 17 | FD | 23 | 5B | 0 | 1 | 115 | 62 | 36 |
| Octal | 245 | 27 | 375 | 43 | 133 | 0 | 1 | 425 | 142 | 66 |
| Binary | 10100101 | 10111 | 11111101 | 100011 | 1011011 | 0 | 1 | 100010101 | 1100010 | 110110 |
Color Harmonies of #A517FD
Complementary color
Monochromatic Colors of #A517FD
Black with #A517FD
Text Example
Text Example
White with #A517FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A517FD; }
p { color: rgb(165,23,253); }
H1.HeaderClassName
{
color: #A517FD;
}
.AnyTagClassName
{
color: #A517FD;
}
</style>
background-color css
<style>
a { background-color: #A517FD; }
a { background-color: rgb(165,23,253); }
div.DivClassName
{
background-color: #A517FD;
}
.BgClassName
{
background-color: #A517FD;
}
</style>
border-color css
<style>
span { border-color: #A517FD; }
span { border-color: rgb(165,23,253); }
td.TdClassName
{
border-color: #A517FD;
}
.TagClassName
{
border-color: #A517FD;
}
</style>