Shades of Electric Purple #A30FFD
Tints of Electric Purple #A30FFD
RGB
CMYK
RGB Variations
Color information
#A30FFD (or 0xA30FFD) is known color: Electric Purple. HEX triplet: A3, 0F and FD. RGB value is (163,15,253). Sum of RGB (Red+Green+Blue) = 163+15+253=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #A30FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30FFD is #5CF002. Grayscale: #555555. Windows color (decimal): -6090755 or 16584611. OLE color: 16584611.
HSL color Cylindrical-coordinate representation of color #A30FFD: hue angle of 277.31º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30FFD is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 15 | 253 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.01 |
| HSL | 277.31º | 0.98% | 0.53% | - |
| HSV(B) | 277.31º | 0.94% | 0.99% | - |
| XYZ | 33 | 15.22 | 94.13 | - |
| YUV | 86.38 | 222.03 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 253 | 0.36 | 0.94 | 0 | 0.01 | 277.31 | 0.98 | 0.53 |
| Hex | A3 | F | FD | 24 | 5E | 0 | 1 | 115 | 62 | 35 |
| Octal | 243 | 17 | 375 | 44 | 136 | 0 | 1 | 425 | 142 | 65 |
| Binary | 10100011 | 1111 | 11111101 | 100100 | 1011110 | 0 | 1 | 100010101 | 1100010 | 110101 |
Color Harmonies of #A30FFD
Complementary color
Monochromatic Colors of #A30FFD
Black with #A30FFD
Text Example
Text Example
White with #A30FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30FFD; }
p { color: rgb(163,15,253); }
H1.HeaderClassName
{
color: #A30FFD;
}
.AnyTagClassName
{
color: #A30FFD;
}
</style>
background-color css
<style>
a { background-color: #A30FFD; }
a { background-color: rgb(163,15,253); }
div.DivClassName
{
background-color: #A30FFD;
}
.BgClassName
{
background-color: #A30FFD;
}
</style>
border-color css
<style>
span { border-color: #A30FFD; }
span { border-color: rgb(163,15,253); }
td.TdClassName
{
border-color: #A30FFD;
}
.TagClassName
{
border-color: #A30FFD;
}
</style>