Shades of Electric Purple #A50CFF
Tints of Electric Purple #A50CFF
RGB
CMYK
RGB Variations
Color information
#A50CFF (or 0xA50CFF) is known color: Electric Purple. HEX triplet: A5, 0C and FF. RGB value is (165,12,255). Sum of RGB (Red+Green+Blue) = 165+12+255=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #A50CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50CFF is #5AF300. Grayscale: #545454. Windows color (decimal): -5960449 or 16714917. OLE color: 16714917.
HSL color Cylindrical-coordinate representation of color #A50CFF: hue angle of 277.78º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50CFF is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 12 | 255 | - |
| CMYK | 0.35 | 0.95 | 0 | 0 |
| HSL | 277.78º | 1% | 0.52% | - |
| HSV(B) | 277.78º | 0.95% | 1% | - |
| XYZ | 33.7 | 15.48 | 95.82 | - |
| YUV | 85.45 | 223.69 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 12 | 255 | 0.35 | 0.95 | 0 | 0 | 277.78 | 1 | 0.52 |
| Hex | A5 | C | FF | 23 | 5F | 0 | 0 | 116 | 64 | 34 |
| Octal | 245 | 14 | 377 | 43 | 137 | 0 | 0 | 426 | 144 | 64 |
| Binary | 10100101 | 1100 | 11111111 | 100011 | 1011111 | 0 | 0 | 100010110 | 1100100 | 110100 |
Color Harmonies of #A50CFF
Complementary color
Monochromatic Colors of #A50CFF
Black with #A50CFF
Text Example
Text Example
White with #A50CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50CFF; }
p { color: rgb(165,12,255); }
H1.HeaderClassName
{
color: #A50CFF;
}
.AnyTagClassName
{
color: #A50CFF;
}
</style>
background-color css
<style>
a { background-color: #A50CFF; }
a { background-color: rgb(165,12,255); }
div.DivClassName
{
background-color: #A50CFF;
}
.BgClassName
{
background-color: #A50CFF;
}
</style>
border-color css
<style>
span { border-color: #A50CFF; }
span { border-color: rgb(165,12,255); }
td.TdClassName
{
border-color: #A50CFF;
}
.TagClassName
{
border-color: #A50CFF;
}
</style>