Shades of Electric Purple #A30DFC
Tints of Electric Purple #A30DFC
RGB
CMYK
RGB Variations
Color information
#A30DFC (or 0xA30DFC) is known color: Electric Purple. HEX triplet: A3, 0D and FC. RGB value is (163,13,252). Sum of RGB (Red+Green+Blue) = 163+13+252=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #A30DFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30DFC is #5CF203. Grayscale: #545454. Windows color (decimal): -6091268 or 16518563. OLE color: 16518563.
HSL color Cylindrical-coordinate representation of color #A30DFC: hue angle of 277.66º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30DFC is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 13 | 252 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.01 |
| HSL | 277.66º | 0.98% | 0.52% | - |
| HSV(B) | 277.66º | 0.95% | 0.99% | - |
| XYZ | 32.82 | 15.1 | 93.28 | - |
| YUV | 85.1 | 222.2 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 13 | 252 | 0.35 | 0.95 | 0 | 0.01 | 277.66 | 0.98 | 0.52 |
| Hex | A3 | D | FC | 23 | 5F | 0 | 1 | 116 | 62 | 34 |
| Octal | 243 | 15 | 374 | 43 | 137 | 0 | 1 | 426 | 142 | 64 |
| Binary | 10100011 | 1101 | 11111100 | 100011 | 1011111 | 0 | 1 | 100010110 | 1100010 | 110100 |
Color Harmonies of #A30DFC
Complementary color
Monochromatic Colors of #A30DFC
Black with #A30DFC
Text Example
Text Example
White with #A30DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30DFC; }
p { color: rgb(163,13,252); }
H1.HeaderClassName
{
color: #A30DFC;
}
.AnyTagClassName
{
color: #A30DFC;
}
</style>
background-color css
<style>
a { background-color: #A30DFC; }
a { background-color: rgb(163,13,252); }
div.DivClassName
{
background-color: #A30DFC;
}
.BgClassName
{
background-color: #A30DFC;
}
</style>
border-color css
<style>
span { border-color: #A30DFC; }
span { border-color: rgb(163,13,252); }
td.TdClassName
{
border-color: #A30DFC;
}
.TagClassName
{
border-color: #A30DFC;
}
</style>