Shades of Electric Purple #A205F3
Tints of Electric Purple #A205F3
RGB
CMYK
RGB Variations
Color information
#A205F3 (or 0xA205F3) is known color: Electric Purple. HEX triplet: A2, 05 and F3. RGB value is (162,5,243). Sum of RGB (Red+Green+Blue) = 162+5+243=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 243 (95.31% from 255 or 59.27% from 410); Max value from RGB is 243 - color contains mainly: blue. Hex color #A205F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A205F3 is #5DFA0C. Grayscale: #4E4E4E. Windows color (decimal): -6158861 or 15926690. OLE color: 15926690.
HSL color Cylindrical-coordinate representation of color #A205F3: hue angle of 279.58º degrees, saturation: 0.96, 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 #A205F3 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 5 | 243 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.05 |
| HSL | 279.58º | 0.96% | 0.49% | - |
| HSV(B) | 279.58º | 0.98% | 0.95% | - |
| XYZ | 31.13 | 14.26 | 85.91 | - |
| YUV | 79.08 | 220.51 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 243 | 0.33 | 0.98 | 0 | 0.05 | 279.58 | 0.96 | 0.49 |
| Hex | A2 | 5 | F3 | 21 | 62 | 0 | 5 | 118 | 60 | 31 |
| Octal | 242 | 5 | 363 | 41 | 142 | 0 | 5 | 430 | 140 | 61 |
| Binary | 10100010 | 101 | 11110011 | 100001 | 1100010 | 0 | 101 | 100011000 | 1100000 | 110001 |
Color Harmonies of #A205F3
Complementary color
Monochromatic Colors of #A205F3
Black with #A205F3
Text Example
Text Example
White with #A205F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A205F3; }
p { color: rgb(162,5,243); }
H1.HeaderClassName
{
color: #A205F3;
}
.AnyTagClassName
{
color: #A205F3;
}
</style>
background-color css
<style>
a { background-color: #A205F3; }
a { background-color: rgb(162,5,243); }
div.DivClassName
{
background-color: #A205F3;
}
.BgClassName
{
background-color: #A205F3;
}
</style>
border-color css
<style>
span { border-color: #A205F3; }
span { border-color: rgb(162,5,243); }
td.TdClassName
{
border-color: #A205F3;
}
.TagClassName
{
border-color: #A205F3;
}
</style>