Shades of Electric Purple #A30AFE
Tints of Electric Purple #A30AFE
RGB
CMYK
RGB Variations
Color information
#A30AFE (or 0xA30AFE) is known color: Electric Purple. HEX triplet: A3, 0A and FE. RGB value is (163,10,254). Sum of RGB (Red+Green+Blue) = 163+10+254=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #A30AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30AFE is #5CF501. Grayscale: #525252. Windows color (decimal): -6092034 or 16648867. OLE color: 16648867.
HSL color Cylindrical-coordinate representation of color #A30AFE: hue angle of 277.62º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30AFE is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 10 | 254 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.00 |
| HSL | 277.62º | 0.99% | 0.52% | - |
| HSV(B) | 277.62º | 0.96% | 1% | - |
| XYZ | 33.1 | 15.16 | 94.95 | - |
| YUV | 83.56 | 224.19 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 254 | 0.36 | 0.96 | 0 | 0.00 | 277.62 | 0.99 | 0.52 |
| Hex | A3 | A | FE | 24 | 60 | 0 | 0 | 116 | 63 | 34 |
| Octal | 243 | 12 | 376 | 44 | 140 | 0 | 0 | 426 | 143 | 64 |
| Binary | 10100011 | 1010 | 11111110 | 100100 | 1100000 | 0 | 0 | 100010110 | 1100011 | 110100 |
Color Harmonies of #A30AFE
Complementary color
Monochromatic Colors of #A30AFE
Black with #A30AFE
Text Example
Text Example
White with #A30AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30AFE; }
p { color: rgb(163,10,254); }
H1.HeaderClassName
{
color: #A30AFE;
}
.AnyTagClassName
{
color: #A30AFE;
}
</style>
background-color css
<style>
a { background-color: #A30AFE; }
a { background-color: rgb(163,10,254); }
div.DivClassName
{
background-color: #A30AFE;
}
.BgClassName
{
background-color: #A30AFE;
}
</style>
border-color css
<style>
span { border-color: #A30AFE; }
span { border-color: rgb(163,10,254); }
td.TdClassName
{
border-color: #A30AFE;
}
.TagClassName
{
border-color: #A30AFE;
}
</style>