Shades of Electric Purple #A302FE
Tints of Electric Purple #A302FE
RGB
CMYK
RGB Variations
Color information
#A302FE (or 0xA302FE) is known color: Electric Purple. HEX triplet: A3, 02 and FE. RGB value is (163,2,254). Sum of RGB (Red+Green+Blue) = 163+2+254=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #A302FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A302FE is #5CFD01. Grayscale: #4E4E4E. Windows color (decimal): -6094082 or 16646819. OLE color: 16646819.
HSL color Cylindrical-coordinate representation of color #A302FE: hue angle of 278.33º 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 #A302FE is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 2 | 254 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.00 |
| HSL | 278.33º | 0.99% | 0.5% | - |
| HSV(B) | 278.33º | 0.99% | 1% | - |
| XYZ | 33.02 | 14.99 | 94.92 | - |
| YUV | 78.87 | 226.84 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 254 | 0.36 | 0.99 | 0 | 0.00 | 278.33 | 0.99 | 0.5 |
| Hex | A3 | 2 | FE | 24 | 63 | 0 | 0 | 116 | 63 | 32 |
| Octal | 243 | 2 | 376 | 44 | 143 | 0 | 0 | 426 | 143 | 62 |
| Binary | 10100011 | 10 | 11111110 | 100100 | 1100011 | 0 | 0 | 100010110 | 1100011 | 110010 |
Color Harmonies of #A302FE
Complementary color
Monochromatic Colors of #A302FE
Black with #A302FE
Text Example
Text Example
White with #A302FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A302FE; }
p { color: rgb(163,2,254); }
H1.HeaderClassName
{
color: #A302FE;
}
.AnyTagClassName
{
color: #A302FE;
}
</style>
background-color css
<style>
a { background-color: #A302FE; }
a { background-color: rgb(163,2,254); }
div.DivClassName
{
background-color: #A302FE;
}
.BgClassName
{
background-color: #A302FE;
}
</style>
border-color css
<style>
span { border-color: #A302FE; }
span { border-color: rgb(163,2,254); }
td.TdClassName
{
border-color: #A302FE;
}
.TagClassName
{
border-color: #A302FE;
}
</style>