Shades of Electric Purple #A206F2
Tints of Electric Purple #A206F2
RGB
CMYK
RGB Variations
Color information
#A206F2 (or 0xA206F2) is known color: Electric Purple. HEX triplet: A2, 06 and F2. RGB value is (162,6,242). Sum of RGB (Red+Green+Blue) = 162+6+242=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 6 (2.73% from 255 or 1.46% from 410); Blue value is 242 (94.92% from 255 or 59.02% from 410); Max value from RGB is 242 - color contains mainly: blue. Hex color #A206F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A206F2 is #5DF90D. Grayscale: #4E4E4E. Windows color (decimal): -6158606 or 15861410. OLE color: 15861410.
HSL color Cylindrical-coordinate representation of color #A206F2: hue angle of 279.66º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A206F2 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 6 | 242 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.05 |
| HSL | 279.66º | 0.95% | 0.49% | - |
| HSV(B) | 279.66º | 0.98% | 0.95% | - |
| XYZ | 30.99 | 14.22 | 85.12 | - |
| YUV | 79.55 | 219.68 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 242 | 0.33 | 0.98 | 0 | 0.05 | 279.66 | 0.95 | 0.49 |
| Hex | A2 | 6 | F2 | 21 | 62 | 0 | 5 | 118 | 5F | 31 |
| Octal | 242 | 6 | 362 | 41 | 142 | 0 | 5 | 430 | 137 | 61 |
| Binary | 10100010 | 110 | 11110010 | 100001 | 1100010 | 0 | 101 | 100011000 | 1011111 | 110001 |
Color Harmonies of #A206F2
Complementary color
Monochromatic Colors of #A206F2
Black with #A206F2
Text Example
Text Example
White with #A206F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A206F2; }
p { color: rgb(162,6,242); }
H1.HeaderClassName
{
color: #A206F2;
}
.AnyTagClassName
{
color: #A206F2;
}
</style>
background-color css
<style>
a { background-color: #A206F2; }
a { background-color: rgb(162,6,242); }
div.DivClassName
{
background-color: #A206F2;
}
.BgClassName
{
background-color: #A206F2;
}
</style>
border-color css
<style>
span { border-color: #A206F2; }
span { border-color: rgb(162,6,242); }
td.TdClassName
{
border-color: #A206F2;
}
.TagClassName
{
border-color: #A206F2;
}
</style>