Shades of Electric Purple #A50BFD
Tints of Electric Purple #A50BFD
RGB
CMYK
RGB Variations
Color information
#A50BFD (or 0xA50BFD) is known color: Electric Purple. HEX triplet: A5, 0B and FD. RGB value is (165,11,253). Sum of RGB (Red+Green+Blue) = 165+11+253=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #A50BFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50BFD is #5AF402. Grayscale: #535353. Windows color (decimal): -5960707 or 16583589. OLE color: 16583589.
HSL color Cylindrical-coordinate representation of color #A50BFD: hue angle of 278.18º 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 #A50BFD is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 11 | 253 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.01 |
| HSL | 278.18º | 0.98% | 0.52% | - |
| HSV(B) | 278.18º | 0.96% | 0.99% | - |
| XYZ | 33.37 | 15.33 | 94.13 | - |
| YUV | 84.63 | 223.02 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 253 | 0.35 | 0.96 | 0 | 0.01 | 278.18 | 0.98 | 0.52 |
| Hex | A5 | B | FD | 23 | 60 | 0 | 1 | 116 | 62 | 34 |
| Octal | 245 | 13 | 375 | 43 | 140 | 0 | 1 | 426 | 142 | 64 |
| Binary | 10100101 | 1011 | 11111101 | 100011 | 1100000 | 0 | 1 | 100010110 | 1100010 | 110100 |
Color Harmonies of #A50BFD
Complementary color
Monochromatic Colors of #A50BFD
Black with #A50BFD
Text Example
Text Example
White with #A50BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50BFD; }
p { color: rgb(165,11,253); }
H1.HeaderClassName
{
color: #A50BFD;
}
.AnyTagClassName
{
color: #A50BFD;
}
</style>
background-color css
<style>
a { background-color: #A50BFD; }
a { background-color: rgb(165,11,253); }
div.DivClassName
{
background-color: #A50BFD;
}
.BgClassName
{
background-color: #A50BFD;
}
</style>
border-color css
<style>
span { border-color: #A50BFD; }
span { border-color: rgb(165,11,253); }
td.TdClassName
{
border-color: #A50BFD;
}
.TagClassName
{
border-color: #A50BFD;
}
</style>