Shades of Electric Purple #A30AFD
Tints of Electric Purple #A30AFD
RGB
CMYK
RGB Variations
Color information
#A30AFD (or 0xA30AFD) is known color: Electric Purple. HEX triplet: A3, 0A and FD. RGB value is (163,10,253). Sum of RGB (Red+Green+Blue) = 163+10+253=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 10 (4.30% from 255 or 2.35% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #A30AFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30AFD is #5CF502. Grayscale: #525252. Windows color (decimal): -6092035 or 16583331. OLE color: 16583331.
HSL color Cylindrical-coordinate representation of color #A30AFD: hue angle of 277.78º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30AFD is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 10 | 253 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.01 |
| HSL | 277.78º | 0.98% | 0.52% | - |
| HSV(B) | 277.78º | 0.96% | 0.99% | - |
| XYZ | 32.94 | 15.1 | 94.11 | - |
| YUV | 83.45 | 223.69 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 253 | 0.36 | 0.96 | 0 | 0.01 | 277.78 | 0.98 | 0.52 |
| Hex | A3 | A | FD | 24 | 60 | 0 | 1 | 116 | 62 | 34 |
| Octal | 243 | 12 | 375 | 44 | 140 | 0 | 1 | 426 | 142 | 64 |
| Binary | 10100011 | 1010 | 11111101 | 100100 | 1100000 | 0 | 1 | 100010110 | 1100010 | 110100 |
Color Harmonies of #A30AFD
Complementary color
Monochromatic Colors of #A30AFD
Black with #A30AFD
Text Example
Text Example
White with #A30AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30AFD; }
p { color: rgb(163,10,253); }
H1.HeaderClassName
{
color: #A30AFD;
}
.AnyTagClassName
{
color: #A30AFD;
}
</style>
background-color css
<style>
a { background-color: #A30AFD; }
a { background-color: rgb(163,10,253); }
div.DivClassName
{
background-color: #A30AFD;
}
.BgClassName
{
background-color: #A30AFD;
}
</style>
border-color css
<style>
span { border-color: #A30AFD; }
span { border-color: rgb(163,10,253); }
td.TdClassName
{
border-color: #A30AFD;
}
.TagClassName
{
border-color: #A30AFD;
}
</style>