Shades of Electric Purple #A806EF
Tints of Electric Purple #A806EF
RGB
CMYK
RGB Variations
Color information
#A806EF (or 0xA806EF) is known color: Electric Purple. HEX triplet: A8, 06 and EF. RGB value is (168,6,239). Sum of RGB (Red+Green+Blue) = 168+6+239=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 6 (2.73% from 255 or 1.45% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #A806EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A806EF is #57F910. Grayscale: #505050. Windows color (decimal): -5765393 or 15664808. OLE color: 15664808.
HSL color Cylindrical-coordinate representation of color #A806EF: hue angle of 281.72º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A806EF is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 6 | 239 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.06 |
| HSL | 281.72º | 0.95% | 0.48% | - |
| HSV(B) | 281.72º | 0.97% | 0.94% | - |
| XYZ | 31.79 | 14.69 | 82.82 | - |
| YUV | 81 | 217.17 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 239 | 0.30 | 0.97 | 0 | 0.06 | 281.72 | 0.95 | 0.48 |
| Hex | A8 | 6 | EF | 1E | 61 | 0 | 6 | 11A | 5F | 30 |
| Octal | 250 | 6 | 357 | 36 | 141 | 0 | 6 | 432 | 137 | 60 |
| Binary | 10101000 | 110 | 11101111 | 11110 | 1100001 | 0 | 110 | 100011010 | 1011111 | 110000 |
Color Harmonies of #A806EF
Complementary color
Monochromatic Colors of #A806EF
Black with #A806EF
Text Example
Text Example
White with #A806EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A806EF; }
p { color: rgb(168,6,239); }
H1.HeaderClassName
{
color: #A806EF;
}
.AnyTagClassName
{
color: #A806EF;
}
</style>
background-color css
<style>
a { background-color: #A806EF; }
a { background-color: rgb(168,6,239); }
div.DivClassName
{
background-color: #A806EF;
}
.BgClassName
{
background-color: #A806EF;
}
</style>
border-color css
<style>
span { border-color: #A806EF; }
span { border-color: rgb(168,6,239); }
td.TdClassName
{
border-color: #A806EF;
}
.TagClassName
{
border-color: #A806EF;
}
</style>