Shades of Electric Purple #A203FF
Tints of Electric Purple #A203FF
RGB
CMYK
RGB Variations
Color information
#A203FF (or 0xA203FF) is known color: Electric Purple. HEX triplet: A2, 03 and FF. RGB value is (162,3,255). Sum of RGB (Red+Green+Blue) = 162+3+255=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #A203FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A203FF is #5DFC00. Grayscale: #4E4E4E. Windows color (decimal): -6159361 or 16712610. OLE color: 16712610.
HSL color Cylindrical-coordinate representation of color #A203FF: hue angle of 277.86º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A203FF is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 3 | 255 | - |
| CMYK | 0.36 | 0.99 | 0 | 0 |
| HSL | 277.86º | 1% | 0.51% | - |
| HSV(B) | 277.86º | 0.99% | 1% | - |
| XYZ | 32.98 | 14.97 | 95.76 | - |
| YUV | 79.27 | 227.18 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 255 | 0.36 | 0.99 | 0 | 0 | 277.86 | 1 | 0.51 |
| Hex | A2 | 3 | FF | 24 | 63 | 0 | 0 | 116 | 64 | 33 |
| Octal | 242 | 3 | 377 | 44 | 143 | 0 | 0 | 426 | 144 | 63 |
| Binary | 10100010 | 11 | 11111111 | 100100 | 1100011 | 0 | 0 | 100010110 | 1100100 | 110011 |
Color Harmonies of #A203FF
Complementary color
Monochromatic Colors of #A203FF
Black with #A203FF
Text Example
Text Example
White with #A203FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A203FF; }
p { color: rgb(162,3,255); }
H1.HeaderClassName
{
color: #A203FF;
}
.AnyTagClassName
{
color: #A203FF;
}
</style>
background-color css
<style>
a { background-color: #A203FF; }
a { background-color: rgb(162,3,255); }
div.DivClassName
{
background-color: #A203FF;
}
.BgClassName
{
background-color: #A203FF;
}
</style>
border-color css
<style>
span { border-color: #A203FF; }
span { border-color: rgb(162,3,255); }
td.TdClassName
{
border-color: #A203FF;
}
.TagClassName
{
border-color: #A203FF;
}
</style>