Shades of Electric Purple #A50CFD
Tints of Electric Purple #A50CFD
RGB
CMYK
RGB Variations
Color information
#A50CFD (or 0xA50CFD) is known color: Electric Purple. HEX triplet: A5, 0C and FD. RGB value is (165,12,253). Sum of RGB (Red+Green+Blue) = 165+12+253=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #A50CFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50CFD is #5AF302. Grayscale: #545454. Windows color (decimal): -5960451 or 16583845. OLE color: 16583845.
HSL color Cylindrical-coordinate representation of color #A50CFD: hue angle of 278.09º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50CFD is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 12 | 253 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.01 |
| HSL | 278.09º | 0.98% | 0.52% | - |
| HSV(B) | 278.09º | 0.95% | 0.99% | - |
| XYZ | 33.38 | 15.35 | 94.13 | - |
| YUV | 85.22 | 222.69 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 12 | 253 | 0.35 | 0.95 | 0 | 0.01 | 278.09 | 0.98 | 0.52 |
| Hex | A5 | C | FD | 23 | 5F | 0 | 1 | 116 | 62 | 34 |
| Octal | 245 | 14 | 375 | 43 | 137 | 0 | 1 | 426 | 142 | 64 |
| Binary | 10100101 | 1100 | 11111101 | 100011 | 1011111 | 0 | 1 | 100010110 | 1100010 | 110100 |
Color Harmonies of #A50CFD
Complementary color
Monochromatic Colors of #A50CFD
Black with #A50CFD
Text Example
Text Example
White with #A50CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50CFD; }
p { color: rgb(165,12,253); }
H1.HeaderClassName
{
color: #A50CFD;
}
.AnyTagClassName
{
color: #A50CFD;
}
</style>
background-color css
<style>
a { background-color: #A50CFD; }
a { background-color: rgb(165,12,253); }
div.DivClassName
{
background-color: #A50CFD;
}
.BgClassName
{
background-color: #A50CFD;
}
</style>
border-color css
<style>
span { border-color: #A50CFD; }
span { border-color: rgb(165,12,253); }
td.TdClassName
{
border-color: #A50CFD;
}
.TagClassName
{
border-color: #A50CFD;
}
</style>