Shades of Electric Purple #A50AF9
Tints of Electric Purple #A50AF9
RGB
CMYK
RGB Variations
Color information
#A50AF9 (or 0xA50AF9) is known color: Electric Purple. HEX triplet: A5, 0A and F9. RGB value is (165,10,249). Sum of RGB (Red+Green+Blue) = 165+10+249=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 249 (97.66% from 255 or 58.73% from 424); Max value from RGB is 249 - color contains mainly: blue. Hex color #A50AF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50AF9 is #5AF506. Grayscale: #525252. Windows color (decimal): -5960967 or 16321189. OLE color: 16321189.
HSL color Cylindrical-coordinate representation of color #A50AF9: hue angle of 278.91º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A50AF9 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 10 | 249 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.02 |
| HSL | 278.91º | 0.95% | 0.51% | - |
| HSV(B) | 278.91º | 0.96% | 0.98% | - |
| XYZ | 32.72 | 15.06 | 90.8 | - |
| YUV | 83.59 | 221.35 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 249 | 0.34 | 0.96 | 0 | 0.02 | 278.91 | 0.95 | 0.51 |
| Hex | A5 | A | F9 | 22 | 60 | 0 | 2 | 117 | 5F | 33 |
| Octal | 245 | 12 | 371 | 42 | 140 | 0 | 2 | 427 | 137 | 63 |
| Binary | 10100101 | 1010 | 11111001 | 100010 | 1100000 | 0 | 10 | 100010111 | 1011111 | 110011 |
Color Harmonies of #A50AF9
Complementary color
Monochromatic Colors of #A50AF9
Black with #A50AF9
Text Example
Text Example
White with #A50AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50AF9; }
p { color: rgb(165,10,249); }
H1.HeaderClassName
{
color: #A50AF9;
}
.AnyTagClassName
{
color: #A50AF9;
}
</style>
background-color css
<style>
a { background-color: #A50AF9; }
a { background-color: rgb(165,10,249); }
div.DivClassName
{
background-color: #A50AF9;
}
.BgClassName
{
background-color: #A50AF9;
}
</style>
border-color css
<style>
span { border-color: #A50AF9; }
span { border-color: rgb(165,10,249); }
td.TdClassName
{
border-color: #A50AF9;
}
.TagClassName
{
border-color: #A50AF9;
}
</style>