Shades of Electric Purple #A006FC
Tints of Electric Purple #A006FC
RGB
CMYK
RGB Variations
Color information
#A006FC (or 0xA006FC) is known color: Electric Purple. HEX triplet: A0, 06 and FC. RGB value is (160,6,252). Sum of RGB (Red+Green+Blue) = 160+6+252=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #A006FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A006FC is #5FF903. Grayscale: #4F4F4F. Windows color (decimal): -6289668 or 16516768. OLE color: 16516768.
HSL color Cylindrical-coordinate representation of color #A006FC: hue angle of 277.56º 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 #A006FC is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 6 | 252 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.01 |
| HSL | 277.56º | 0.98% | 0.51% | - |
| HSV(B) | 277.56º | 0.98% | 0.99% | - |
| XYZ | 32.13 | 14.63 | 93.23 | - |
| YUV | 80.09 | 225.02 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 252 | 0.37 | 0.98 | 0 | 0.01 | 277.56 | 0.98 | 0.51 |
| Hex | A0 | 6 | FC | 25 | 62 | 0 | 1 | 116 | 62 | 33 |
| Octal | 240 | 6 | 374 | 45 | 142 | 0 | 1 | 426 | 142 | 63 |
| Binary | 10100000 | 110 | 11111100 | 100101 | 1100010 | 0 | 1 | 100010110 | 1100010 | 110011 |
Color Harmonies of #A006FC
Complementary color
Monochromatic Colors of #A006FC
Black with #A006FC
Text Example
Text Example
White with #A006FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A006FC; }
p { color: rgb(160,6,252); }
H1.HeaderClassName
{
color: #A006FC;
}
.AnyTagClassName
{
color: #A006FC;
}
</style>
background-color css
<style>
a { background-color: #A006FC; }
a { background-color: rgb(160,6,252); }
div.DivClassName
{
background-color: #A006FC;
}
.BgClassName
{
background-color: #A006FC;
}
</style>
border-color css
<style>
span { border-color: #A006FC; }
span { border-color: rgb(160,6,252); }
td.TdClassName
{
border-color: #A006FC;
}
.TagClassName
{
border-color: #A006FC;
}
</style>