Shades of Electric Purple #A203FD
Tints of Electric Purple #A203FD
RGB
CMYK
RGB Variations
Color information
#A203FD (or 0xA203FD) is known color: Electric Purple. HEX triplet: A2, 03 and FD. RGB value is (162,3,253). Sum of RGB (Red+Green+Blue) = 162+3+253=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 3 (1.56% from 255 or 0.72% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #A203FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A203FD is #5DFC02. Grayscale: #4E4E4E. Windows color (decimal): -6159363 or 16581538. OLE color: 16581538.
HSL color Cylindrical-coordinate representation of color #A203FD: hue angle of 278.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A203FD is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 3 | 253 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.01 |
| HSL | 278.16º | 0.98% | 0.5% | - |
| HSV(B) | 278.16º | 0.99% | 0.99% | - |
| XYZ | 32.66 | 14.84 | 94.07 | - |
| YUV | 79.04 | 226.18 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 253 | 0.36 | 0.99 | 0 | 0.01 | 278.16 | 0.98 | 0.5 |
| Hex | A2 | 3 | FD | 24 | 63 | 0 | 1 | 116 | 62 | 32 |
| Octal | 242 | 3 | 375 | 44 | 143 | 0 | 1 | 426 | 142 | 62 |
| Binary | 10100010 | 11 | 11111101 | 100100 | 1100011 | 0 | 1 | 100010110 | 1100010 | 110010 |
Color Harmonies of #A203FD
Complementary color
Monochromatic Colors of #A203FD
Black with #A203FD
Text Example
Text Example
White with #A203FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A203FD; }
p { color: rgb(162,3,253); }
H1.HeaderClassName
{
color: #A203FD;
}
.AnyTagClassName
{
color: #A203FD;
}
</style>
background-color css
<style>
a { background-color: #A203FD; }
a { background-color: rgb(162,3,253); }
div.DivClassName
{
background-color: #A203FD;
}
.BgClassName
{
background-color: #A203FD;
}
</style>
border-color css
<style>
span { border-color: #A203FD; }
span { border-color: rgb(162,3,253); }
td.TdClassName
{
border-color: #A203FD;
}
.TagClassName
{
border-color: #A203FD;
}
</style>