Shades of Electric Purple #A200F2
Tints of Electric Purple #A200F2
RGB
CMYK
RGB Variations
Color information
#A200F2 (or 0xA200F2) is known color: Electric Purple. HEX triplet: A2, 00 and F2. RGB value is (162,0,242). Sum of RGB (Red+Green+Blue) = 162+0+242=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 242 (94.92% from 255 or 59.90% from 404); Max value from RGB is 242 - color contains mainly: blue. Hex color #A200F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A200F2 is #5DFF0D. Grayscale: #4B4B4B. Windows color (decimal): -6160142 or 15859874. OLE color: 15859874.
HSL color Cylindrical-coordinate representation of color #A200F2: hue angle of 280.17º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200F2 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 0 | 242 | - |
| CMYK | 0.33 | 1 | 0 | 0.05 |
| HSL | 280.17º | 1% | 0.47% | - |
| HSV(B) | 280.17º | 1% | 0.95% | - |
| XYZ | 30.93 | 14.09 | 85.09 | - |
| YUV | 76.03 | 221.67 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 242 | 0.33 | 1 | 0 | 0.05 | 280.17 | 1 | 0.47 |
| Hex | A2 | 0 | F2 | 21 | 64 | 0 | 5 | 118 | 64 | 2F |
| Octal | 242 | 0 | 362 | 41 | 144 | 0 | 5 | 430 | 144 | 57 |
| Binary | 10100010 | 0 | 11110010 | 100001 | 1100100 | 0 | 101 | 100011000 | 1100100 | 101111 |
Color Harmonies of #A200F2
Complementary color
Monochromatic Colors of #A200F2
Black with #A200F2
Text Example
Text Example
White with #A200F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A200F2; }
p { color: rgb(162,0,242); }
H1.HeaderClassName
{
color: #A200F2;
}
.AnyTagClassName
{
color: #A200F2;
}
</style>
background-color css
<style>
a { background-color: #A200F2; }
a { background-color: rgb(162,0,242); }
div.DivClassName
{
background-color: #A200F2;
}
.BgClassName
{
background-color: #A200F2;
}
</style>
border-color css
<style>
span { border-color: #A200F2; }
span { border-color: rgb(162,0,242); }
td.TdClassName
{
border-color: #A200F2;
}
.TagClassName
{
border-color: #A200F2;
}
</style>