Shades of Electric Purple #A51BFC
Tints of Electric Purple #A51BFC
RGB
CMYK
RGB Variations
Color information
#A51BFC (or 0xA51BFC) is known color: Electric Purple. HEX triplet: A5, 1B and FC. RGB value is (165,27,252). Sum of RGB (Red+Green+Blue) = 165+27+252=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 27 (10.94% from 255 or 6.08% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #A51BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51BFC is #5AE403. Grayscale: #5D5D5D. Windows color (decimal): -5956612 or 16522149. OLE color: 16522149.
HSL color Cylindrical-coordinate representation of color #A51BFC: hue angle of 276.8º degrees, saturation: 0.97, 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 #A51BFC is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 27 | 252 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.01 |
| HSL | 276.8º | 0.97% | 0.55% | - |
| HSV(B) | 276.8º | 0.89% | 0.99% | - |
| XYZ | 33.48 | 15.81 | 93.38 | - |
| YUV | 93.91 | 217.22 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 27 | 252 | 0.35 | 0.89 | 0 | 0.01 | 276.8 | 0.97 | 0.55 |
| Hex | A5 | 1B | FC | 23 | 59 | 0 | 1 | 115 | 61 | 37 |
| Octal | 245 | 33 | 374 | 43 | 131 | 0 | 1 | 425 | 141 | 67 |
| Binary | 10100101 | 11011 | 11111100 | 100011 | 1011001 | 0 | 1 | 100010101 | 1100001 | 110111 |
Color Harmonies of #A51BFC
Complementary color
Monochromatic Colors of #A51BFC
Black with #A51BFC
Text Example
Text Example
White with #A51BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51BFC; }
p { color: rgb(165,27,252); }
H1.HeaderClassName
{
color: #A51BFC;
}
.AnyTagClassName
{
color: #A51BFC;
}
</style>
background-color css
<style>
a { background-color: #A51BFC; }
a { background-color: rgb(165,27,252); }
div.DivClassName
{
background-color: #A51BFC;
}
.BgClassName
{
background-color: #A51BFC;
}
</style>
border-color css
<style>
span { border-color: #A51BFC; }
span { border-color: rgb(165,27,252); }
td.TdClassName
{
border-color: #A51BFC;
}
.TagClassName
{
border-color: #A51BFC;
}
</style>