Shades of Electric Purple #A51BFF
Tints of Electric Purple #A51BFF
RGB
CMYK
RGB Variations
Color information
#A51BFF (or 0xA51BFF) is known color: Electric Purple. HEX triplet: A5, 1B and FF. RGB value is (165,27,255). Sum of RGB (Red+Green+Blue) = 165+27+255=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #A51BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51BFF is #5AE400. Grayscale: #5D5D5D. Windows color (decimal): -5956609 or 16718757. OLE color: 16718757.
HSL color Cylindrical-coordinate representation of color #A51BFF: hue angle of 276.32º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A51BFF is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 27 | 255 | - |
| CMYK | 0.35 | 0.89 | 0 | 0 |
| HSL | 276.32º | 1% | 0.55% | - |
| HSV(B) | 276.32º | 0.89% | 1% | - |
| XYZ | 33.96 | 16 | 95.91 | - |
| YUV | 94.25 | 218.72 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 27 | 255 | 0.35 | 0.89 | 0 | 0 | 276.32 | 1 | 0.55 |
| Hex | A5 | 1B | FF | 23 | 59 | 0 | 0 | 114 | 64 | 37 |
| Octal | 245 | 33 | 377 | 43 | 131 | 0 | 0 | 424 | 144 | 67 |
| Binary | 10100101 | 11011 | 11111111 | 100011 | 1011001 | 0 | 0 | 100010100 | 1100100 | 110111 |
Color Harmonies of #A51BFF
Complementary color
Monochromatic Colors of #A51BFF
Black with #A51BFF
Text Example
Text Example
White with #A51BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51BFF; }
p { color: rgb(165,27,255); }
H1.HeaderClassName
{
color: #A51BFF;
}
.AnyTagClassName
{
color: #A51BFF;
}
</style>
background-color css
<style>
a { background-color: #A51BFF; }
a { background-color: rgb(165,27,255); }
div.DivClassName
{
background-color: #A51BFF;
}
.BgClassName
{
background-color: #A51BFF;
}
</style>
border-color css
<style>
span { border-color: #A51BFF; }
span { border-color: rgb(165,27,255); }
td.TdClassName
{
border-color: #A51BFF;
}
.TagClassName
{
border-color: #A51BFF;
}
</style>