Shades of Electric Purple #A301FC
Tints of Electric Purple #A301FC
RGB
CMYK
RGB Variations
Color information
#A301FC (or 0xA301FC) is known color: Electric Purple. HEX triplet: A3, 01 and FC. RGB value is (163,1,252). Sum of RGB (Red+Green+Blue) = 163+1+252=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #A301FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A301FC is #5CFE03. Grayscale: #4D4D4D. Windows color (decimal): -6094340 or 16515491. OLE color: 16515491.
HSL color Cylindrical-coordinate representation of color #A301FC: hue angle of 278.73º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A301FC is Cyan = 0.35, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 1 | 252 | - |
| CMYK | 0.35 | 1.00 | 0 | 0.01 |
| HSL | 278.73º | 0.99% | 0.5% | - |
| HSV(B) | 278.73º | 1% | 0.99% | - |
| XYZ | 32.69 | 14.84 | 93.24 | - |
| YUV | 78.05 | 226.17 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 252 | 0.35 | 1.00 | 0 | 0.01 | 278.73 | 0.99 | 0.5 |
| Hex | A3 | 1 | FC | 23 | 64 | 0 | 1 | 117 | 63 | 32 |
| Octal | 243 | 1 | 374 | 43 | 144 | 0 | 1 | 427 | 143 | 62 |
| Binary | 10100011 | 1 | 11111100 | 100011 | 1100100 | 0 | 1 | 100010111 | 1100011 | 110010 |
Color Harmonies of #A301FC
Complementary color
Monochromatic Colors of #A301FC
Black with #A301FC
Text Example
Text Example
White with #A301FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A301FC; }
p { color: rgb(163,1,252); }
H1.HeaderClassName
{
color: #A301FC;
}
.AnyTagClassName
{
color: #A301FC;
}
</style>
background-color css
<style>
a { background-color: #A301FC; }
a { background-color: rgb(163,1,252); }
div.DivClassName
{
background-color: #A301FC;
}
.BgClassName
{
background-color: #A301FC;
}
</style>
border-color css
<style>
span { border-color: #A301FC; }
span { border-color: rgb(163,1,252); }
td.TdClassName
{
border-color: #A301FC;
}
.TagClassName
{
border-color: #A301FC;
}
</style>