Shades of Electric Purple #A303FE
Tints of Electric Purple #A303FE
RGB
CMYK
RGB Variations
Color information
#A303FE (or 0xA303FE) is known color: Electric Purple. HEX triplet: A3, 03 and FE. RGB value is (163,3,254). Sum of RGB (Red+Green+Blue) = 163+3+254=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #A303FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A303FE is #5CFC01. Grayscale: #4E4E4E. Windows color (decimal): -6093826 or 16647075. OLE color: 16647075.
HSL color Cylindrical-coordinate representation of color #A303FE: hue angle of 278.25º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A303FE is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 3 | 254 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.00 |
| HSL | 278.25º | 0.99% | 0.5% | - |
| HSV(B) | 278.25º | 0.99% | 1% | - |
| XYZ | 33.03 | 15.01 | 94.92 | - |
| YUV | 79.45 | 226.51 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 254 | 0.36 | 0.99 | 0 | 0.00 | 278.25 | 0.99 | 0.5 |
| Hex | A3 | 3 | FE | 24 | 63 | 0 | 0 | 116 | 63 | 32 |
| Octal | 243 | 3 | 376 | 44 | 143 | 0 | 0 | 426 | 143 | 62 |
| Binary | 10100011 | 11 | 11111110 | 100100 | 1100011 | 0 | 0 | 100010110 | 1100011 | 110010 |
Color Harmonies of #A303FE
Complementary color
Monochromatic Colors of #A303FE
Black with #A303FE
Text Example
Text Example
White with #A303FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A303FE; }
p { color: rgb(163,3,254); }
H1.HeaderClassName
{
color: #A303FE;
}
.AnyTagClassName
{
color: #A303FE;
}
</style>
background-color css
<style>
a { background-color: #A303FE; }
a { background-color: rgb(163,3,254); }
div.DivClassName
{
background-color: #A303FE;
}
.BgClassName
{
background-color: #A303FE;
}
</style>
border-color css
<style>
span { border-color: #A303FE; }
span { border-color: rgb(163,3,254); }
td.TdClassName
{
border-color: #A303FE;
}
.TagClassName
{
border-color: #A303FE;
}
</style>