Shades of Electric Purple #A50BFC
Tints of Electric Purple #A50BFC
RGB
CMYK
RGB Variations
Color information
#A50BFC (or 0xA50BFC) is known color: Electric Purple. HEX triplet: A5, 0B and FC. RGB value is (165,11,252). Sum of RGB (Red+Green+Blue) = 165+11+252=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 11 (4.69% from 255 or 2.57% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #A50BFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50BFC is #5AF403. Grayscale: #535353. Windows color (decimal): -5960708 or 16518053. OLE color: 16518053.
HSL color Cylindrical-coordinate representation of color #A50BFC: hue angle of 278.34º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A50BFC is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 11 | 252 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.01 |
| HSL | 278.34º | 0.98% | 0.52% | - |
| HSV(B) | 278.34º | 0.96% | 0.99% | - |
| XYZ | 33.21 | 15.27 | 93.29 | - |
| YUV | 84.52 | 222.52 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 252 | 0.35 | 0.96 | 0 | 0.01 | 278.34 | 0.98 | 0.52 |
| Hex | A5 | B | FC | 23 | 60 | 0 | 1 | 116 | 62 | 34 |
| Octal | 245 | 13 | 374 | 43 | 140 | 0 | 1 | 426 | 142 | 64 |
| Binary | 10100101 | 1011 | 11111100 | 100011 | 1100000 | 0 | 1 | 100010110 | 1100010 | 110100 |
Color Harmonies of #A50BFC
Complementary color
Monochromatic Colors of #A50BFC
Black with #A50BFC
Text Example
Text Example
White with #A50BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50BFC; }
p { color: rgb(165,11,252); }
H1.HeaderClassName
{
color: #A50BFC;
}
.AnyTagClassName
{
color: #A50BFC;
}
</style>
background-color css
<style>
a { background-color: #A50BFC; }
a { background-color: rgb(165,11,252); }
div.DivClassName
{
background-color: #A50BFC;
}
.BgClassName
{
background-color: #A50BFC;
}
</style>
border-color css
<style>
span { border-color: #A50BFC; }
span { border-color: rgb(165,11,252); }
td.TdClassName
{
border-color: #A50BFC;
}
.TagClassName
{
border-color: #A50BFC;
}
</style>