Shades of Electric Purple #A301FA
Tints of Electric Purple #A301FA
RGB
CMYK
RGB Variations
Color information
#A301FA (or 0xA301FA) is known color: Electric Purple. HEX triplet: A3, 01 and FA. RGB value is (163,1,250). Sum of RGB (Red+Green+Blue) = 163+1+250=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #A301FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A301FA is #5CFE05. Grayscale: #4C4C4C. Windows color (decimal): -6094342 or 16384419. OLE color: 16384419.
HSL color Cylindrical-coordinate representation of color #A301FA: hue angle of 279.04º 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 #A301FA is Cyan = 0.35, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 1 | 250 | - |
| CMYK | 0.35 | 1.00 | 0 | 0.02 |
| HSL | 279.04º | 0.99% | 0.49% | - |
| HSV(B) | 279.04º | 1% | 0.98% | - |
| XYZ | 32.37 | 14.71 | 91.58 | - |
| YUV | 77.82 | 225.17 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 250 | 0.35 | 1.00 | 0 | 0.02 | 279.04 | 0.99 | 0.49 |
| Hex | A3 | 1 | FA | 23 | 64 | 0 | 2 | 117 | 63 | 31 |
| Octal | 243 | 1 | 372 | 43 | 144 | 0 | 2 | 427 | 143 | 61 |
| Binary | 10100011 | 1 | 11111010 | 100011 | 1100100 | 0 | 10 | 100010111 | 1100011 | 110001 |
Color Harmonies of #A301FA
Complementary color
Monochromatic Colors of #A301FA
Black with #A301FA
Text Example
Text Example
White with #A301FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A301FA; }
p { color: rgb(163,1,250); }
H1.HeaderClassName
{
color: #A301FA;
}
.AnyTagClassName
{
color: #A301FA;
}
</style>
background-color css
<style>
a { background-color: #A301FA; }
a { background-color: rgb(163,1,250); }
div.DivClassName
{
background-color: #A301FA;
}
.BgClassName
{
background-color: #A301FA;
}
</style>
border-color css
<style>
span { border-color: #A301FA; }
span { border-color: rgb(163,1,250); }
td.TdClassName
{
border-color: #A301FA;
}
.TagClassName
{
border-color: #A301FA;
}
</style>