Shades of Electric Purple #A51BFD
Tints of Electric Purple #A51BFD
RGB
CMYK
RGB Variations
Color information
#A51BFD (or 0xA51BFD) is known color: Electric Purple. HEX triplet: A5, 1B and FD. RGB value is (165,27,253). Sum of RGB (Red+Green+Blue) = 165+27+253=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 27 (10.94% from 255 or 6.07% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #A51BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51BFD is #5AE402. Grayscale: #5D5D5D. Windows color (decimal): -5956611 or 16587685. OLE color: 16587685.
HSL color Cylindrical-coordinate representation of color #A51BFD: hue angle of 276.64º 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 #A51BFD is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 27 | 253 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.01 |
| HSL | 276.64º | 0.98% | 0.55% | - |
| HSV(B) | 276.64º | 0.89% | 0.99% | - |
| XYZ | 33.64 | 15.88 | 94.22 | - |
| YUV | 94.03 | 217.72 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 27 | 253 | 0.35 | 0.89 | 0 | 0.01 | 276.64 | 0.98 | 0.55 |
| Hex | A5 | 1B | FD | 23 | 59 | 0 | 1 | 115 | 62 | 37 |
| Octal | 245 | 33 | 375 | 43 | 131 | 0 | 1 | 425 | 142 | 67 |
| Binary | 10100101 | 11011 | 11111101 | 100011 | 1011001 | 0 | 1 | 100010101 | 1100010 | 110111 |
Color Harmonies of #A51BFD
Complementary color
Monochromatic Colors of #A51BFD
Black with #A51BFD
Text Example
Text Example
White with #A51BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51BFD; }
p { color: rgb(165,27,253); }
H1.HeaderClassName
{
color: #A51BFD;
}
.AnyTagClassName
{
color: #A51BFD;
}
</style>
background-color css
<style>
a { background-color: #A51BFD; }
a { background-color: rgb(165,27,253); }
div.DivClassName
{
background-color: #A51BFD;
}
.BgClassName
{
background-color: #A51BFD;
}
</style>
border-color css
<style>
span { border-color: #A51BFD; }
span { border-color: rgb(165,27,253); }
td.TdClassName
{
border-color: #A51BFD;
}
.TagClassName
{
border-color: #A51BFD;
}
</style>