Shades of Electric Purple #A206F3
Tints of Electric Purple #A206F3
RGB
CMYK
RGB Variations
Color information
#A206F3 (or 0xA206F3) is known color: Electric Purple. HEX triplet: A2, 06 and F3. RGB value is (162,6,243). Sum of RGB (Red+Green+Blue) = 162+6+243=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 243 (95.31% from 255 or 59.12% from 411); Max value from RGB is 243 - color contains mainly: blue. Hex color #A206F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A206F3 is #5DF90C. Grayscale: #4E4E4E. Windows color (decimal): -6158605 or 15926946. OLE color: 15926946.
HSL color Cylindrical-coordinate representation of color #A206F3: hue angle of 279.49º 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 #A206F3 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 6 | 243 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.05 |
| HSL | 279.49º | 0.95% | 0.49% | - |
| HSV(B) | 279.49º | 0.98% | 0.95% | - |
| XYZ | 31.14 | 14.28 | 85.91 | - |
| YUV | 79.66 | 220.18 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 243 | 0.33 | 0.98 | 0 | 0.05 | 279.49 | 0.95 | 0.49 |
| Hex | A2 | 6 | F3 | 21 | 62 | 0 | 5 | 117 | 5F | 31 |
| Octal | 242 | 6 | 363 | 41 | 142 | 0 | 5 | 427 | 137 | 61 |
| Binary | 10100010 | 110 | 11110011 | 100001 | 1100010 | 0 | 101 | 100010111 | 1011111 | 110001 |
Color Harmonies of #A206F3
Complementary color
Monochromatic Colors of #A206F3
Black with #A206F3
Text Example
Text Example
White with #A206F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A206F3; }
p { color: rgb(162,6,243); }
H1.HeaderClassName
{
color: #A206F3;
}
.AnyTagClassName
{
color: #A206F3;
}
</style>
background-color css
<style>
a { background-color: #A206F3; }
a { background-color: rgb(162,6,243); }
div.DivClassName
{
background-color: #A206F3;
}
.BgClassName
{
background-color: #A206F3;
}
</style>
border-color css
<style>
span { border-color: #A206F3; }
span { border-color: rgb(162,6,243); }
td.TdClassName
{
border-color: #A206F3;
}
.TagClassName
{
border-color: #A206F3;
}
</style>