Shades of Electric Purple #A518FD
Tints of Electric Purple #A518FD
RGB
CMYK
RGB Variations
Color information
#A518FD (or 0xA518FD) is known color: Electric Purple. HEX triplet: A5, 18 and FD. RGB value is (165,24,253). Sum of RGB (Red+Green+Blue) = 165+24+253=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #A518FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A518FD is #5AE702. Grayscale: #5B5B5B. Windows color (decimal): -5957379 or 16586917. OLE color: 16586917.
HSL color Cylindrical-coordinate representation of color #A518FD: hue angle of 276.94º 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 #A518FD is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 24 | 253 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.01 |
| HSL | 276.94º | 0.98% | 0.54% | - |
| HSV(B) | 276.94º | 0.91% | 0.99% | - |
| XYZ | 33.57 | 15.74 | 94.2 | - |
| YUV | 92.27 | 218.71 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 24 | 253 | 0.35 | 0.91 | 0 | 0.01 | 276.94 | 0.98 | 0.54 |
| Hex | A5 | 18 | FD | 23 | 5B | 0 | 1 | 115 | 62 | 36 |
| Octal | 245 | 30 | 375 | 43 | 133 | 0 | 1 | 425 | 142 | 66 |
| Binary | 10100101 | 11000 | 11111101 | 100011 | 1011011 | 0 | 1 | 100010101 | 1100010 | 110110 |
Color Harmonies of #A518FD
Complementary color
Monochromatic Colors of #A518FD
Black with #A518FD
Text Example
Text Example
White with #A518FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A518FD; }
p { color: rgb(165,24,253); }
H1.HeaderClassName
{
color: #A518FD;
}
.AnyTagClassName
{
color: #A518FD;
}
</style>
background-color css
<style>
a { background-color: #A518FD; }
a { background-color: rgb(165,24,253); }
div.DivClassName
{
background-color: #A518FD;
}
.BgClassName
{
background-color: #A518FD;
}
</style>
border-color css
<style>
span { border-color: #A518FD; }
span { border-color: rgb(165,24,253); }
td.TdClassName
{
border-color: #A518FD;
}
.TagClassName
{
border-color: #A518FD;
}
</style>