Shades of Electric Purple #A51CFD
Tints of Electric Purple #A51CFD
RGB
CMYK
RGB Variations
Color information
#A51CFD (or 0xA51CFD) is known color: Electric Purple. HEX triplet: A5, 1C and FD. RGB value is (165,28,253). Sum of RGB (Red+Green+Blue) = 165+28+253=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #A51CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51CFD is #5AE302. Grayscale: #5D5D5D. Windows color (decimal): -5956355 or 16587941. OLE color: 16587941.
HSL color Cylindrical-coordinate representation of color #A51CFD: hue angle of 276.53º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A51CFD is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 28 | 253 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.01 |
| HSL | 276.53º | 0.98% | 0.55% | - |
| HSV(B) | 276.53º | 0.89% | 0.99% | - |
| XYZ | 33.66 | 15.92 | 94.23 | - |
| YUV | 94.61 | 217.39 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 28 | 253 | 0.35 | 0.89 | 0 | 0.01 | 276.53 | 0.98 | 0.55 |
| Hex | A5 | 1C | FD | 23 | 59 | 0 | 1 | 115 | 62 | 37 |
| Octal | 245 | 34 | 375 | 43 | 131 | 0 | 1 | 425 | 142 | 67 |
| Binary | 10100101 | 11100 | 11111101 | 100011 | 1011001 | 0 | 1 | 100010101 | 1100010 | 110111 |
Color Harmonies of #A51CFD
Complementary color
Monochromatic Colors of #A51CFD
Black with #A51CFD
Text Example
Text Example
White with #A51CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51CFD; }
p { color: rgb(165,28,253); }
H1.HeaderClassName
{
color: #A51CFD;
}
.AnyTagClassName
{
color: #A51CFD;
}
</style>
background-color css
<style>
a { background-color: #A51CFD; }
a { background-color: rgb(165,28,253); }
div.DivClassName
{
background-color: #A51CFD;
}
.BgClassName
{
background-color: #A51CFD;
}
</style>
border-color css
<style>
span { border-color: #A51CFD; }
span { border-color: rgb(165,28,253); }
td.TdClassName
{
border-color: #A51CFD;
}
.TagClassName
{
border-color: #A51CFD;
}
</style>