Shades of Electric Purple #A302FD
Tints of Electric Purple #A302FD
RGB
CMYK
RGB Variations
Color information
#A302FD (or 0xA302FD) is known color: Electric Purple. HEX triplet: A3, 02 and FD. RGB value is (163,2,253). Sum of RGB (Red+Green+Blue) = 163+2+253=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #A302FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A302FD is #5CFD02. Grayscale: #4D4D4D. Windows color (decimal): -6094083 or 16581283. OLE color: 16581283.
HSL color Cylindrical-coordinate representation of color #A302FD: hue angle of 278.49º 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 #A302FD is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 2 | 253 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.01 |
| HSL | 278.49º | 0.98% | 0.5% | - |
| HSV(B) | 278.49º | 0.99% | 0.99% | - |
| XYZ | 32.86 | 14.92 | 94.08 | - |
| YUV | 78.75 | 226.34 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 253 | 0.36 | 0.99 | 0 | 0.01 | 278.49 | 0.98 | 0.5 |
| Hex | A3 | 2 | FD | 24 | 63 | 0 | 1 | 116 | 62 | 32 |
| Octal | 243 | 2 | 375 | 44 | 143 | 0 | 1 | 426 | 142 | 62 |
| Binary | 10100011 | 10 | 11111101 | 100100 | 1100011 | 0 | 1 | 100010110 | 1100010 | 110010 |
Color Harmonies of #A302FD
Complementary color
Monochromatic Colors of #A302FD
Black with #A302FD
Text Example
Text Example
White with #A302FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A302FD; }
p { color: rgb(163,2,253); }
H1.HeaderClassName
{
color: #A302FD;
}
.AnyTagClassName
{
color: #A302FD;
}
</style>
background-color css
<style>
a { background-color: #A302FD; }
a { background-color: rgb(163,2,253); }
div.DivClassName
{
background-color: #A302FD;
}
.BgClassName
{
background-color: #A302FD;
}
</style>
border-color css
<style>
span { border-color: #A302FD; }
span { border-color: rgb(163,2,253); }
td.TdClassName
{
border-color: #A302FD;
}
.TagClassName
{
border-color: #A302FD;
}
</style>