Shades of Electric Purple #A200FA
Tints of Electric Purple #A200FA
RGB
CMYK
RGB Variations
Color information
#A200FA (or 0xA200FA) is known color: Electric Purple. HEX triplet: A2, 00 and FA. RGB value is (162,0,250). Sum of RGB (Red+Green+Blue) = 162+0+250=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #A200FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A200FA is #5DFF05. Grayscale: #4C4C4C. Windows color (decimal): -6160134 or 16384162. OLE color: 16384162.
HSL color Cylindrical-coordinate representation of color #A200FA: hue angle of 278.88º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200FA is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 0 | 250 | - |
| CMYK | 0.35 | 1 | 0 | 0.02 |
| HSL | 278.88º | 1% | 0.49% | - |
| HSV(B) | 278.88º | 1% | 0.98% | - |
| XYZ | 32.16 | 14.58 | 91.56 | - |
| YUV | 76.94 | 225.67 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 250 | 0.35 | 1 | 0 | 0.02 | 278.88 | 1 | 0.49 |
| Hex | A2 | 0 | FA | 23 | 64 | 0 | 2 | 117 | 64 | 31 |
| Octal | 242 | 0 | 372 | 43 | 144 | 0 | 2 | 427 | 144 | 61 |
| Binary | 10100010 | 0 | 11111010 | 100011 | 1100100 | 0 | 10 | 100010111 | 1100100 | 110001 |
Color Harmonies of #A200FA
Complementary color
Monochromatic Colors of #A200FA
Black with #A200FA
Text Example
Text Example
White with #A200FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A200FA; }
p { color: rgb(162,0,250); }
H1.HeaderClassName
{
color: #A200FA;
}
.AnyTagClassName
{
color: #A200FA;
}
</style>
background-color css
<style>
a { background-color: #A200FA; }
a { background-color: rgb(162,0,250); }
div.DivClassName
{
background-color: #A200FA;
}
.BgClassName
{
background-color: #A200FA;
}
</style>
border-color css
<style>
span { border-color: #A200FA; }
span { border-color: rgb(162,0,250); }
td.TdClassName
{
border-color: #A200FA;
}
.TagClassName
{
border-color: #A200FA;
}
</style>