Shades of Electric Purple #A210FF
Tints of Electric Purple #A210FF
RGB
CMYK
RGB Variations
Color information
#A210FF (or 0xA210FF) is known color: Electric Purple. HEX triplet: A2, 10 and FF. RGB value is (162,16,255). Sum of RGB (Red+Green+Blue) = 162+16+255=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 16 (6.64% from 255 or 3.70% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #A210FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A210FF is #5DEF00. Grayscale: #565656. Windows color (decimal): -6156033 or 16715938. OLE color: 16715938.
HSL color Cylindrical-coordinate representation of color #A210FF: hue angle of 276.65º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A210FF is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 16 | 255 | - |
| CMYK | 0.36 | 0.94 | 0 | 0 |
| HSL | 276.65º | 1% | 0.53% | - |
| HSV(B) | 276.65º | 0.94% | 1% | - |
| XYZ | 33.14 | 15.27 | 95.81 | - |
| YUV | 86.9 | 222.87 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 255 | 0.36 | 0.94 | 0 | 0 | 276.65 | 1 | 0.53 |
| Hex | A2 | 10 | FF | 24 | 5E | 0 | 0 | 115 | 64 | 35 |
| Octal | 242 | 20 | 377 | 44 | 136 | 0 | 0 | 425 | 144 | 65 |
| Binary | 10100010 | 10000 | 11111111 | 100100 | 1011110 | 0 | 0 | 100010101 | 1100100 | 110101 |
Color Harmonies of #A210FF
Complementary color
Monochromatic Colors of #A210FF
Black with #A210FF
Text Example
Text Example
White with #A210FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A210FF; }
p { color: rgb(162,16,255); }
H1.HeaderClassName
{
color: #A210FF;
}
.AnyTagClassName
{
color: #A210FF;
}
</style>
background-color css
<style>
a { background-color: #A210FF; }
a { background-color: rgb(162,16,255); }
div.DivClassName
{
background-color: #A210FF;
}
.BgClassName
{
background-color: #A210FF;
}
</style>
border-color css
<style>
span { border-color: #A210FF; }
span { border-color: rgb(162,16,255); }
td.TdClassName
{
border-color: #A210FF;
}
.TagClassName
{
border-color: #A210FF;
}
</style>