Shades of Electric Purple #A308FA
Tints of Electric Purple #A308FA
RGB
CMYK
RGB Variations
Color information
#A308FA (or 0xA308FA) is known color: Electric Purple. HEX triplet: A3, 08 and FA. RGB value is (163,8,250). Sum of RGB (Red+Green+Blue) = 163+8+250=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 8 (3.52% from 255 or 1.90% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #A308FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A308FA is #5CF705. Grayscale: #515151. Windows color (decimal): -6092550 or 16386211. OLE color: 16386211.
HSL color Cylindrical-coordinate representation of color #A308FA: hue angle of 278.43º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A308FA is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 8 | 250 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.02 |
| HSL | 278.43º | 0.96% | 0.51% | - |
| HSV(B) | 278.43º | 0.97% | 0.98% | - |
| XYZ | 32.45 | 14.86 | 91.6 | - |
| YUV | 81.93 | 222.85 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 250 | 0.35 | 0.97 | 0 | 0.02 | 278.43 | 0.96 | 0.51 |
| Hex | A3 | 8 | FA | 23 | 61 | 0 | 2 | 116 | 60 | 33 |
| Octal | 243 | 10 | 372 | 43 | 141 | 0 | 2 | 426 | 140 | 63 |
| Binary | 10100011 | 1000 | 11111010 | 100011 | 1100001 | 0 | 10 | 100010110 | 1100000 | 110011 |
Color Harmonies of #A308FA
Complementary color
Monochromatic Colors of #A308FA
Black with #A308FA
Text Example
Text Example
White with #A308FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308FA; }
p { color: rgb(163,8,250); }
H1.HeaderClassName
{
color: #A308FA;
}
.AnyTagClassName
{
color: #A308FA;
}
</style>
background-color css
<style>
a { background-color: #A308FA; }
a { background-color: rgb(163,8,250); }
div.DivClassName
{
background-color: #A308FA;
}
.BgClassName
{
background-color: #A308FA;
}
</style>
border-color css
<style>
span { border-color: #A308FA; }
span { border-color: rgb(163,8,250); }
td.TdClassName
{
border-color: #A308FA;
}
.TagClassName
{
border-color: #A308FA;
}
</style>