Shades of Electric Purple #A51CFF
Tints of Electric Purple #A51CFF
RGB
CMYK
RGB Variations
Color information
#A51CFF (or 0xA51CFF) is known color: Electric Purple. HEX triplet: A5, 1C and FF. RGB value is (165,28,255). Sum of RGB (Red+Green+Blue) = 165+28+255=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #A51CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51CFF is #5AE300. Grayscale: #5E5E5E. Windows color (decimal): -5956353 or 16719013. OLE color: 16719013.
HSL color Cylindrical-coordinate representation of color #A51CFF: hue angle of 276.21º 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 #A51CFF is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 28 | 255 | - |
| CMYK | 0.35 | 0.89 | 0 | 0 |
| HSL | 276.21º | 1% | 0.55% | - |
| HSV(B) | 276.21º | 0.89% | 1% | - |
| XYZ | 33.98 | 16.05 | 95.91 | - |
| YUV | 94.84 | 218.39 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 28 | 255 | 0.35 | 0.89 | 0 | 0 | 276.21 | 1 | 0.55 |
| Hex | A5 | 1C | FF | 23 | 59 | 0 | 0 | 114 | 64 | 37 |
| Octal | 245 | 34 | 377 | 43 | 131 | 0 | 0 | 424 | 144 | 67 |
| Binary | 10100101 | 11100 | 11111111 | 100011 | 1011001 | 0 | 0 | 100010100 | 1100100 | 110111 |
Color Harmonies of #A51CFF
Complementary color
Monochromatic Colors of #A51CFF
Black with #A51CFF
Text Example
Text Example
White with #A51CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51CFF; }
p { color: rgb(165,28,255); }
H1.HeaderClassName
{
color: #A51CFF;
}
.AnyTagClassName
{
color: #A51CFF;
}
</style>
background-color css
<style>
a { background-color: #A51CFF; }
a { background-color: rgb(165,28,255); }
div.DivClassName
{
background-color: #A51CFF;
}
.BgClassName
{
background-color: #A51CFF;
}
</style>
border-color css
<style>
span { border-color: #A51CFF; }
span { border-color: rgb(165,28,255); }
td.TdClassName
{
border-color: #A51CFF;
}
.TagClassName
{
border-color: #A51CFF;
}
</style>