Shades of Electric Purple #A516FD
Tints of Electric Purple #A516FD
RGB
CMYK
RGB Variations
Color information
#A516FD (or 0xA516FD) is known color: Electric Purple. HEX triplet: A5, 16 and FD. RGB value is (165,22,253). Sum of RGB (Red+Green+Blue) = 165+22+253=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 22 (8.98% from 255 or 5% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #A516FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A516FD is #5AE902. Grayscale: #5A5A5A. Windows color (decimal): -5957891 or 16586405. OLE color: 16586405.
HSL color Cylindrical-coordinate representation of color #A516FD: hue angle of 277.14º 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 #A516FD is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 22 | 253 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.01 |
| HSL | 277.14º | 0.98% | 0.54% | - |
| HSV(B) | 277.14º | 0.91% | 0.99% | - |
| XYZ | 33.53 | 15.67 | 94.18 | - |
| YUV | 91.09 | 219.38 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 22 | 253 | 0.35 | 0.91 | 0 | 0.01 | 277.14 | 0.98 | 0.54 |
| Hex | A5 | 16 | FD | 23 | 5B | 0 | 1 | 115 | 62 | 36 |
| Octal | 245 | 26 | 375 | 43 | 133 | 0 | 1 | 425 | 142 | 66 |
| Binary | 10100101 | 10110 | 11111101 | 100011 | 1011011 | 0 | 1 | 100010101 | 1100010 | 110110 |
Color Harmonies of #A516FD
Complementary color
Monochromatic Colors of #A516FD
Black with #A516FD
Text Example
Text Example
White with #A516FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A516FD; }
p { color: rgb(165,22,253); }
H1.HeaderClassName
{
color: #A516FD;
}
.AnyTagClassName
{
color: #A516FD;
}
</style>
background-color css
<style>
a { background-color: #A516FD; }
a { background-color: rgb(165,22,253); }
div.DivClassName
{
background-color: #A516FD;
}
.BgClassName
{
background-color: #A516FD;
}
</style>
border-color css
<style>
span { border-color: #A516FD; }
span { border-color: rgb(165,22,253); }
td.TdClassName
{
border-color: #A516FD;
}
.TagClassName
{
border-color: #A516FD;
}
</style>