Shades of Electric Purple #A501FA
Tints of Electric Purple #A501FA
RGB
CMYK
RGB Variations
Color information
#A501FA (or 0xA501FA) is known color: Electric Purple. HEX triplet: A5, 01 and FA. RGB value is (165,1,250). Sum of RGB (Red+Green+Blue) = 165+1+250=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #A501FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A501FA is #5AFE05. Grayscale: #4D4D4D. Windows color (decimal): -5963270 or 16384421. OLE color: 16384421.
HSL color Cylindrical-coordinate representation of color #A501FA: hue angle of 279.52º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A501FA is Cyan = 0.34, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 1 | 250 | - |
| CMYK | 0.34 | 1.00 | 0 | 0.02 |
| HSL | 279.52º | 0.99% | 0.49% | - |
| HSV(B) | 279.52º | 1% | 0.98% | - |
| XYZ | 32.78 | 14.92 | 91.6 | - |
| YUV | 78.42 | 224.83 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 1 | 250 | 0.34 | 1.00 | 0 | 0.02 | 279.52 | 0.99 | 0.49 |
| Hex | A5 | 1 | FA | 22 | 64 | 0 | 2 | 118 | 63 | 31 |
| Octal | 245 | 1 | 372 | 42 | 144 | 0 | 2 | 430 | 143 | 61 |
| Binary | 10100101 | 1 | 11111010 | 100010 | 1100100 | 0 | 10 | 100011000 | 1100011 | 110001 |
Color Harmonies of #A501FA
Complementary color
Monochromatic Colors of #A501FA
Black with #A501FA
Text Example
Text Example
White with #A501FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A501FA; }
p { color: rgb(165,1,250); }
H1.HeaderClassName
{
color: #A501FA;
}
.AnyTagClassName
{
color: #A501FA;
}
</style>
background-color css
<style>
a { background-color: #A501FA; }
a { background-color: rgb(165,1,250); }
div.DivClassName
{
background-color: #A501FA;
}
.BgClassName
{
background-color: #A501FA;
}
</style>
border-color css
<style>
span { border-color: #A501FA; }
span { border-color: rgb(165,1,250); }
td.TdClassName
{
border-color: #A501FA;
}
.TagClassName
{
border-color: #A501FA;
}
</style>