Shades of Electric Purple #A309F1
Tints of Electric Purple #A309F1
RGB
CMYK
RGB Variations
Color information
#A309F1 (or 0xA309F1) is known color: Electric Purple. HEX triplet: A3, 09 and F1. RGB value is (163,9,241). Sum of RGB (Red+Green+Blue) = 163+9+241=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 241 (94.53% from 255 or 58.35% from 413); Max value from RGB is 241 - color contains mainly: blue. Hex color #A309F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A309F1 is #5CF60E. Grayscale: #505050. Windows color (decimal): -6092303 or 15796643. OLE color: 15796643.
HSL color Cylindrical-coordinate representation of color #A309F1: hue angle of 279.83º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A309F1 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 9 | 241 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.05 |
| HSL | 279.83º | 0.93% | 0.49% | - |
| HSV(B) | 279.83º | 0.96% | 0.95% | - |
| XYZ | 31.08 | 14.33 | 84.35 | - |
| YUV | 81.49 | 218.02 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 241 | 0.32 | 0.96 | 0 | 0.05 | 279.83 | 0.93 | 0.49 |
| Hex | A3 | 9 | F1 | 20 | 60 | 0 | 5 | 118 | 5D | 31 |
| Octal | 243 | 11 | 361 | 40 | 140 | 0 | 5 | 430 | 135 | 61 |
| Binary | 10100011 | 1001 | 11110001 | 100000 | 1100000 | 0 | 101 | 100011000 | 1011101 | 110001 |
Color Harmonies of #A309F1
Complementary color
Monochromatic Colors of #A309F1
Black with #A309F1
Text Example
Text Example
White with #A309F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A309F1; }
p { color: rgb(163,9,241); }
H1.HeaderClassName
{
color: #A309F1;
}
.AnyTagClassName
{
color: #A309F1;
}
</style>
background-color css
<style>
a { background-color: #A309F1; }
a { background-color: rgb(163,9,241); }
div.DivClassName
{
background-color: #A309F1;
}
.BgClassName
{
background-color: #A309F1;
}
</style>
border-color css
<style>
span { border-color: #A309F1; }
span { border-color: rgb(163,9,241); }
td.TdClassName
{
border-color: #A309F1;
}
.TagClassName
{
border-color: #A309F1;
}
</style>