Shades of Electric Purple #A302FF
Tints of Electric Purple #A302FF
RGB
CMYK
RGB Variations
Color information
#A302FF (or 0xA302FF) is known color: Electric Purple. HEX triplet: A3, 02 and FF. RGB value is (163,2,255). Sum of RGB (Red+Green+Blue) = 163+2+255=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 2 (1.17% from 255 or 0.48% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #A302FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A302FF is #5CFD00. Grayscale: #4E4E4E. Windows color (decimal): -6094081 or 16712355. OLE color: 16712355.
HSL color Cylindrical-coordinate representation of color #A302FF: hue angle of 278.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A302FF is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 2 | 255 | - |
| CMYK | 0.36 | 0.99 | 0 | 0 |
| HSL | 278.18º | 1% | 0.5% | - |
| HSV(B) | 278.18º | 0.99% | 1% | - |
| XYZ | 33.18 | 15.05 | 95.76 | - |
| YUV | 78.98 | 227.34 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 255 | 0.36 | 0.99 | 0 | 0 | 278.18 | 1 | 0.5 |
| Hex | A3 | 2 | FF | 24 | 63 | 0 | 0 | 116 | 64 | 32 |
| Octal | 243 | 2 | 377 | 44 | 143 | 0 | 0 | 426 | 144 | 62 |
| Binary | 10100011 | 10 | 11111111 | 100100 | 1100011 | 0 | 0 | 100010110 | 1100100 | 110010 |
Color Harmonies of #A302FF
Complementary color
Monochromatic Colors of #A302FF
Black with #A302FF
Text Example
Text Example
White with #A302FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A302FF; }
p { color: rgb(163,2,255); }
H1.HeaderClassName
{
color: #A302FF;
}
.AnyTagClassName
{
color: #A302FF;
}
</style>
background-color css
<style>
a { background-color: #A302FF; }
a { background-color: rgb(163,2,255); }
div.DivClassName
{
background-color: #A302FF;
}
.BgClassName
{
background-color: #A302FF;
}
</style>
border-color css
<style>
span { border-color: #A302FF; }
span { border-color: rgb(163,2,255); }
td.TdClassName
{
border-color: #A302FF;
}
.TagClassName
{
border-color: #A302FF;
}
</style>