Shades of Electric Purple #A500F9
Tints of Electric Purple #A500F9
RGB
CMYK
RGB Variations
Color information
#A500F9 (or 0xA500F9) is known color: Electric Purple. HEX triplet: A5, 00 and F9. RGB value is (165,0,249). Sum of RGB (Red+Green+Blue) = 165+0+249=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 249 (97.66% from 255 or 60.14% from 414); Max value from RGB is 249 - color contains mainly: blue. Hex color #A500F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A500F9 is #5AFF06. Grayscale: #4C4C4C. Windows color (decimal): -5963527 or 16318629. OLE color: 16318629.
HSL color Cylindrical-coordinate representation of color #A500F9: hue angle of 279.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A500F9 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 0 | 249 | - |
| CMYK | 0.34 | 1 | 0 | 0.02 |
| HSL | 279.76º | 1% | 0.49% | - |
| HSV(B) | 279.76º | 1% | 0.98% | - |
| XYZ | 32.62 | 14.84 | 90.77 | - |
| YUV | 77.72 | 224.66 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 249 | 0.34 | 1 | 0 | 0.02 | 279.76 | 1 | 0.49 |
| Hex | A5 | 0 | F9 | 22 | 64 | 0 | 2 | 118 | 64 | 31 |
| Octal | 245 | 0 | 371 | 42 | 144 | 0 | 2 | 430 | 144 | 61 |
| Binary | 10100101 | 0 | 11111001 | 100010 | 1100100 | 0 | 10 | 100011000 | 1100100 | 110001 |
Color Harmonies of #A500F9
Complementary color
Monochromatic Colors of #A500F9
Black with #A500F9
Text Example
Text Example
White with #A500F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A500F9; }
p { color: rgb(165,0,249); }
H1.HeaderClassName
{
color: #A500F9;
}
.AnyTagClassName
{
color: #A500F9;
}
</style>
background-color css
<style>
a { background-color: #A500F9; }
a { background-color: rgb(165,0,249); }
div.DivClassName
{
background-color: #A500F9;
}
.BgClassName
{
background-color: #A500F9;
}
</style>
border-color css
<style>
span { border-color: #A500F9; }
span { border-color: rgb(165,0,249); }
td.TdClassName
{
border-color: #A500F9;
}
.TagClassName
{
border-color: #A500F9;
}
</style>