Shades of Electric Purple #A203FE
Tints of Electric Purple #A203FE
RGB
CMYK
RGB Variations
Color information
#A203FE (or 0xA203FE) is known color: Electric Purple. HEX triplet: A2, 03 and FE. RGB value is (162,3,254). Sum of RGB (Red+Green+Blue) = 162+3+254=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 3 (1.56% from 255 or 0.72% 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 #A203FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A203FE is #5DFC01. Grayscale: #4E4E4E. Windows color (decimal): -6159362 or 16647074. OLE color: 16647074.
HSL color Cylindrical-coordinate representation of color #A203FE: hue angle of 278.01º 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 #A203FE is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 3 | 254 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.00 |
| HSL | 278.01º | 0.99% | 0.5% | - |
| HSV(B) | 278.01º | 0.99% | 1% | - |
| XYZ | 32.82 | 14.9 | 94.91 | - |
| YUV | 79.16 | 226.68 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 254 | 0.36 | 0.99 | 0 | 0.00 | 278.01 | 0.99 | 0.5 |
| Hex | A2 | 3 | FE | 24 | 63 | 0 | 0 | 116 | 63 | 32 |
| Octal | 242 | 3 | 376 | 44 | 143 | 0 | 0 | 426 | 143 | 62 |
| Binary | 10100010 | 11 | 11111110 | 100100 | 1100011 | 0 | 0 | 100010110 | 1100011 | 110010 |
Color Harmonies of #A203FE
Complementary color
Monochromatic Colors of #A203FE
Black with #A203FE
Text Example
Text Example
White with #A203FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A203FE; }
p { color: rgb(162,3,254); }
H1.HeaderClassName
{
color: #A203FE;
}
.AnyTagClassName
{
color: #A203FE;
}
</style>
background-color css
<style>
a { background-color: #A203FE; }
a { background-color: rgb(162,3,254); }
div.DivClassName
{
background-color: #A203FE;
}
.BgClassName
{
background-color: #A203FE;
}
</style>
border-color css
<style>
span { border-color: #A203FE; }
span { border-color: rgb(162,3,254); }
td.TdClassName
{
border-color: #A203FE;
}
.TagClassName
{
border-color: #A203FE;
}
</style>