Shades of Electric Purple #A306FC
Tints of Electric Purple #A306FC
RGB
CMYK
RGB Variations
Color information
#A306FC (or 0xA306FC) is known color: Electric Purple. HEX triplet: A3, 06 and FC. RGB value is (163,6,252). Sum of RGB (Red+Green+Blue) = 163+6+252=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 6 (2.73% from 255 or 1.43% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #A306FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A306FC is #5CF903. Grayscale: #505050. Windows color (decimal): -6093060 or 16516771. OLE color: 16516771.
HSL color Cylindrical-coordinate representation of color #A306FC: hue angle of 278.29º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A306FC is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 6 | 252 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.01 |
| HSL | 278.29º | 0.98% | 0.51% | - |
| HSV(B) | 278.29º | 0.98% | 0.99% | - |
| XYZ | 32.74 | 14.95 | 93.25 | - |
| YUV | 80.99 | 224.51 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 252 | 0.35 | 0.98 | 0 | 0.01 | 278.29 | 0.98 | 0.51 |
| Hex | A3 | 6 | FC | 23 | 62 | 0 | 1 | 116 | 62 | 33 |
| Octal | 243 | 6 | 374 | 43 | 142 | 0 | 1 | 426 | 142 | 63 |
| Binary | 10100011 | 110 | 11111100 | 100011 | 1100010 | 0 | 1 | 100010110 | 1100010 | 110011 |
Color Harmonies of #A306FC
Complementary color
Monochromatic Colors of #A306FC
Black with #A306FC
Text Example
Text Example
White with #A306FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A306FC; }
p { color: rgb(163,6,252); }
H1.HeaderClassName
{
color: #A306FC;
}
.AnyTagClassName
{
color: #A306FC;
}
</style>
background-color css
<style>
a { background-color: #A306FC; }
a { background-color: rgb(163,6,252); }
div.DivClassName
{
background-color: #A306FC;
}
.BgClassName
{
background-color: #A306FC;
}
</style>
border-color css
<style>
span { border-color: #A306FC; }
span { border-color: rgb(163,6,252); }
td.TdClassName
{
border-color: #A306FC;
}
.TagClassName
{
border-color: #A306FC;
}
</style>