Shades of Electric Purple #A300FE
Tints of Electric Purple #A300FE
RGB
CMYK
RGB Variations
Color information
#A300FE (or 0xA300FE) is known color: Electric Purple. HEX triplet: A3, 00 and FE. RGB value is (163,0,254). Sum of RGB (Red+Green+Blue) = 163+0+254=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #A300FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A300FE is #5CFF01. Grayscale: #4C4C4C. Windows color (decimal): -6094594 or 16646307. OLE color: 16646307.
HSL color Cylindrical-coordinate representation of color #A300FE: hue angle of 278.5º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A300FE is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 0 | 254 | - |
| CMYK | 0.36 | 1 | 0 | 0.00 |
| HSL | 278.5º | 1% | 0.5% | - |
| HSV(B) | 278.5º | 1% | 1% | - |
| XYZ | 32.99 | 14.94 | 94.91 | - |
| YUV | 77.69 | 227.5 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 254 | 0.36 | 1 | 0 | 0.00 | 278.5 | 1 | 0.5 |
| Hex | A3 | 0 | FE | 24 | 64 | 0 | 0 | 117 | 64 | 32 |
| Octal | 243 | 0 | 376 | 44 | 144 | 0 | 0 | 427 | 144 | 62 |
| Binary | 10100011 | 0 | 11111110 | 100100 | 1100100 | 0 | 0 | 100010111 | 1100100 | 110010 |
Color Harmonies of #A300FE
Complementary color
Monochromatic Colors of #A300FE
Black with #A300FE
Text Example
Text Example
White with #A300FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A300FE; }
p { color: rgb(163,0,254); }
H1.HeaderClassName
{
color: #A300FE;
}
.AnyTagClassName
{
color: #A300FE;
}
</style>
background-color css
<style>
a { background-color: #A300FE; }
a { background-color: rgb(163,0,254); }
div.DivClassName
{
background-color: #A300FE;
}
.BgClassName
{
background-color: #A300FE;
}
</style>
border-color css
<style>
span { border-color: #A300FE; }
span { border-color: rgb(163,0,254); }
td.TdClassName
{
border-color: #A300FE;
}
.TagClassName
{
border-color: #A300FE;
}
</style>