Shades of Electric Purple #A306FA
Tints of Electric Purple #A306FA
RGB
CMYK
RGB Variations
Color information
#A306FA (or 0xA306FA) is known color: Electric Purple. HEX triplet: A3, 06 and FA. RGB value is (163,6,250). Sum of RGB (Red+Green+Blue) = 163+6+250=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 6 (2.73% from 255 or 1.43% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #A306FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A306FA is #5CF905. Grayscale: #4F4F4F. Windows color (decimal): -6093062 or 16385699. OLE color: 16385699.
HSL color Cylindrical-coordinate representation of color #A306FA: hue angle of 278.61º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A306FA is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 6 | 250 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.02 |
| HSL | 278.61º | 0.96% | 0.5% | - |
| HSV(B) | 278.61º | 0.98% | 0.98% | - |
| XYZ | 32.42 | 14.82 | 91.59 | - |
| YUV | 80.76 | 223.51 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 250 | 0.35 | 0.98 | 0 | 0.02 | 278.61 | 0.96 | 0.5 |
| Hex | A3 | 6 | FA | 23 | 62 | 0 | 2 | 117 | 60 | 32 |
| Octal | 243 | 6 | 372 | 43 | 142 | 0 | 2 | 427 | 140 | 62 |
| Binary | 10100011 | 110 | 11111010 | 100011 | 1100010 | 0 | 10 | 100010111 | 1100000 | 110010 |
Color Harmonies of #A306FA
Complementary color
Monochromatic Colors of #A306FA
Black with #A306FA
Text Example
Text Example
White with #A306FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A306FA; }
p { color: rgb(163,6,250); }
H1.HeaderClassName
{
color: #A306FA;
}
.AnyTagClassName
{
color: #A306FA;
}
</style>
background-color css
<style>
a { background-color: #A306FA; }
a { background-color: rgb(163,6,250); }
div.DivClassName
{
background-color: #A306FA;
}
.BgClassName
{
background-color: #A306FA;
}
</style>
border-color css
<style>
span { border-color: #A306FA; }
span { border-color: rgb(163,6,250); }
td.TdClassName
{
border-color: #A306FA;
}
.TagClassName
{
border-color: #A306FA;
}
</style>