Shades of Electric Purple #A202FD
Tints of Electric Purple #A202FD
RGB
CMYK
RGB Variations
Color information
#A202FD (or 0xA202FD) is known color: Electric Purple. HEX triplet: A2, 02 and FD. RGB value is (162,2,253). Sum of RGB (Red+Green+Blue) = 162+2+253=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #A202FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A202FD is #5DFD02. Grayscale: #4D4D4D. Windows color (decimal): -6159619 or 16581282. OLE color: 16581282.
HSL color Cylindrical-coordinate representation of color #A202FD: hue angle of 278.25º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A202FD is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 2 | 253 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.01 |
| HSL | 278.25º | 0.98% | 0.5% | - |
| HSV(B) | 278.25º | 0.99% | 0.99% | - |
| XYZ | 32.65 | 14.82 | 94.07 | - |
| YUV | 78.45 | 226.51 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 253 | 0.36 | 0.99 | 0 | 0.01 | 278.25 | 0.98 | 0.5 |
| Hex | A2 | 2 | FD | 24 | 63 | 0 | 1 | 116 | 62 | 32 |
| Octal | 242 | 2 | 375 | 44 | 143 | 0 | 1 | 426 | 142 | 62 |
| Binary | 10100010 | 10 | 11111101 | 100100 | 1100011 | 0 | 1 | 100010110 | 1100010 | 110010 |
Color Harmonies of #A202FD
Complementary color
Monochromatic Colors of #A202FD
Black with #A202FD
Text Example
Text Example
White with #A202FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A202FD; }
p { color: rgb(162,2,253); }
H1.HeaderClassName
{
color: #A202FD;
}
.AnyTagClassName
{
color: #A202FD;
}
</style>
background-color css
<style>
a { background-color: #A202FD; }
a { background-color: rgb(162,2,253); }
div.DivClassName
{
background-color: #A202FD;
}
.BgClassName
{
background-color: #A202FD;
}
</style>
border-color css
<style>
span { border-color: #A202FD; }
span { border-color: rgb(162,2,253); }
td.TdClassName
{
border-color: #A202FD;
}
.TagClassName
{
border-color: #A202FD;
}
</style>