Shades of Electric Purple #A302F8
Tints of Electric Purple #A302F8
RGB
CMYK
RGB Variations
Color information
#A302F8 (or 0xA302F8) is known color: Electric Purple. HEX triplet: A3, 02 and F8. RGB value is (163,2,248). Sum of RGB (Red+Green+Blue) = 163+2+248=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 248 (97.27% from 255 or 60.05% from 413); Max value from RGB is 248 - color contains mainly: blue. Hex color #A302F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A302F8 is #5CFD07. Grayscale: #4D4D4D. Windows color (decimal): -6094088 or 16253603. OLE color: 16253603.
HSL color Cylindrical-coordinate representation of color #A302F8: hue angle of 279.27º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A302F8 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 2 | 248 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.03 |
| HSL | 279.27º | 0.98% | 0.49% | - |
| HSV(B) | 279.27º | 0.99% | 0.97% | - |
| XYZ | 32.07 | 14.61 | 89.94 | - |
| YUV | 78.18 | 223.84 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 248 | 0.34 | 0.99 | 0 | 0.03 | 279.27 | 0.98 | 0.49 |
| Hex | A3 | 2 | F8 | 22 | 63 | 0 | 3 | 117 | 62 | 31 |
| Octal | 243 | 2 | 370 | 42 | 143 | 0 | 3 | 427 | 142 | 61 |
| Binary | 10100011 | 10 | 11111000 | 100010 | 1100011 | 0 | 11 | 100010111 | 1100010 | 110001 |
Color Harmonies of #A302F8
Complementary color
Monochromatic Colors of #A302F8
Black with #A302F8
Text Example
Text Example
White with #A302F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A302F8; }
p { color: rgb(163,2,248); }
H1.HeaderClassName
{
color: #A302F8;
}
.AnyTagClassName
{
color: #A302F8;
}
</style>
background-color css
<style>
a { background-color: #A302F8; }
a { background-color: rgb(163,2,248); }
div.DivClassName
{
background-color: #A302F8;
}
.BgClassName
{
background-color: #A302F8;
}
</style>
border-color css
<style>
span { border-color: #A302F8; }
span { border-color: rgb(163,2,248); }
td.TdClassName
{
border-color: #A302F8;
}
.TagClassName
{
border-color: #A302F8;
}
</style>