Shades of Electric Purple #A207F2
Tints of Electric Purple #A207F2
RGB
CMYK
RGB Variations
Color information
#A207F2 (or 0xA207F2) is known color: Electric Purple. HEX triplet: A2, 07 and F2. RGB value is (162,7,242). Sum of RGB (Red+Green+Blue) = 162+7+242=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 242 (94.92% from 255 or 58.88% from 411); Max value from RGB is 242 - color contains mainly: blue. Hex color #A207F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A207F2 is #5DF80D. Grayscale: #4F4F4F. Windows color (decimal): -6158350 or 15861666. OLE color: 15861666.
HSL color Cylindrical-coordinate representation of color #A207F2: hue angle of 279.57º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A207F2 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 7 | 242 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.05 |
| HSL | 279.57º | 0.94% | 0.49% | - |
| HSV(B) | 279.57º | 0.97% | 0.95% | - |
| XYZ | 31 | 14.24 | 85.12 | - |
| YUV | 80.14 | 219.35 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 242 | 0.33 | 0.97 | 0 | 0.05 | 279.57 | 0.94 | 0.49 |
| Hex | A2 | 7 | F2 | 21 | 61 | 0 | 5 | 118 | 5E | 31 |
| Octal | 242 | 7 | 362 | 41 | 141 | 0 | 5 | 430 | 136 | 61 |
| Binary | 10100010 | 111 | 11110010 | 100001 | 1100001 | 0 | 101 | 100011000 | 1011110 | 110001 |
Color Harmonies of #A207F2
Complementary color
Monochromatic Colors of #A207F2
Black with #A207F2
Text Example
Text Example
White with #A207F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A207F2; }
p { color: rgb(162,7,242); }
H1.HeaderClassName
{
color: #A207F2;
}
.AnyTagClassName
{
color: #A207F2;
}
</style>
background-color css
<style>
a { background-color: #A207F2; }
a { background-color: rgb(162,7,242); }
div.DivClassName
{
background-color: #A207F2;
}
.BgClassName
{
background-color: #A207F2;
}
</style>
border-color css
<style>
span { border-color: #A207F2; }
span { border-color: rgb(162,7,242); }
td.TdClassName
{
border-color: #A207F2;
}
.TagClassName
{
border-color: #A207F2;
}
</style>