Shades of Electric Purple #A308F0
Tints of Electric Purple #A308F0
RGB
CMYK
RGB Variations
Color information
#A308F0 (or 0xA308F0) is known color: Electric Purple. HEX triplet: A3, 08 and F0. RGB value is (163,8,240). Sum of RGB (Red+Green+Blue) = 163+8+240=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 240 (94.14% from 255 or 58.39% from 411); Max value from RGB is 240 - color contains mainly: blue. Hex color #A308F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A308F0 is #5CF70F. Grayscale: #505050. Windows color (decimal): -6092560 or 15730851. OLE color: 15730851.
HSL color Cylindrical-coordinate representation of color #A308F0: hue angle of 280.09º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A308F0 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 8 | 240 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.06 |
| HSL | 280.09º | 0.94% | 0.49% | - |
| HSV(B) | 280.09º | 0.97% | 0.94% | - |
| XYZ | 30.92 | 14.25 | 83.56 | - |
| YUV | 80.79 | 217.85 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 240 | 0.32 | 0.97 | 0 | 0.06 | 280.09 | 0.94 | 0.49 |
| Hex | A3 | 8 | F0 | 20 | 61 | 0 | 6 | 118 | 5E | 31 |
| Octal | 243 | 10 | 360 | 40 | 141 | 0 | 6 | 430 | 136 | 61 |
| Binary | 10100011 | 1000 | 11110000 | 100000 | 1100001 | 0 | 110 | 100011000 | 1011110 | 110001 |
Color Harmonies of #A308F0
Complementary color
Monochromatic Colors of #A308F0
Black with #A308F0
Text Example
Text Example
White with #A308F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308F0; }
p { color: rgb(163,8,240); }
H1.HeaderClassName
{
color: #A308F0;
}
.AnyTagClassName
{
color: #A308F0;
}
</style>
background-color css
<style>
a { background-color: #A308F0; }
a { background-color: rgb(163,8,240); }
div.DivClassName
{
background-color: #A308F0;
}
.BgClassName
{
background-color: #A308F0;
}
</style>
border-color css
<style>
span { border-color: #A308F0; }
span { border-color: rgb(163,8,240); }
td.TdClassName
{
border-color: #A308F0;
}
.TagClassName
{
border-color: #A308F0;
}
</style>