Shades of Electric Purple #A306F9
Tints of Electric Purple #A306F9
RGB
CMYK
RGB Variations
Color information
#A306F9 (or 0xA306F9) is known color: Electric Purple. HEX triplet: A3, 06 and F9. RGB value is (163,6,249). Sum of RGB (Red+Green+Blue) = 163+6+249=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 249 (97.66% from 255 or 59.57% from 418); Max value from RGB is 249 - color contains mainly: blue. Hex color #A306F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A306F9 is #5CF906. Grayscale: #4F4F4F. Windows color (decimal): -6093063 or 16320163. OLE color: 16320163.
HSL color Cylindrical-coordinate representation of color #A306F9: hue angle of 278.77º degrees, saturation: 0.95, 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 #A306F9 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 6 | 249 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.02 |
| HSL | 278.77º | 0.95% | 0.5% | - |
| HSV(B) | 278.77º | 0.98% | 0.98% | - |
| XYZ | 32.27 | 14.76 | 90.77 | - |
| YUV | 80.65 | 223.01 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 249 | 0.35 | 0.98 | 0 | 0.02 | 278.77 | 0.95 | 0.5 |
| Hex | A3 | 6 | F9 | 23 | 62 | 0 | 2 | 117 | 5F | 32 |
| Octal | 243 | 6 | 371 | 43 | 142 | 0 | 2 | 427 | 137 | 62 |
| Binary | 10100011 | 110 | 11111001 | 100011 | 1100010 | 0 | 10 | 100010111 | 1011111 | 110010 |
Color Harmonies of #A306F9
Complementary color
Monochromatic Colors of #A306F9
Black with #A306F9
Text Example
Text Example
White with #A306F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A306F9; }
p { color: rgb(163,6,249); }
H1.HeaderClassName
{
color: #A306F9;
}
.AnyTagClassName
{
color: #A306F9;
}
</style>
background-color css
<style>
a { background-color: #A306F9; }
a { background-color: rgb(163,6,249); }
div.DivClassName
{
background-color: #A306F9;
}
.BgClassName
{
background-color: #A306F9;
}
</style>
border-color css
<style>
span { border-color: #A306F9; }
span { border-color: rgb(163,6,249); }
td.TdClassName
{
border-color: #A306F9;
}
.TagClassName
{
border-color: #A306F9;
}
</style>