Shades of Electric Purple #A806F0
Tints of Electric Purple #A806F0
RGB
CMYK
RGB Variations
Color information
#A806F0 (or 0xA806F0) is known color: Electric Purple. HEX triplet: A8, 06 and F0. RGB value is (168,6,240). Sum of RGB (Red+Green+Blue) = 168+6+240=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 6 (2.73% from 255 or 1.45% from 414); Blue value is 240 (94.14% from 255 or 57.97% from 414); Max value from RGB is 240 - color contains mainly: blue. Hex color #A806F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A806F0 is #57F90F. Grayscale: #505050. Windows color (decimal): -5765392 or 15730344. OLE color: 15730344.
HSL color Cylindrical-coordinate representation of color #A806F0: hue angle of 281.54º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A806F0 is Cyan = 0.3, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 6 | 240 | - |
| CMYK | 0.3 | 0.98 | 0 | 0.06 |
| HSL | 281.54º | 0.95% | 0.48% | - |
| HSV(B) | 281.54º | 0.98% | 0.94% | - |
| XYZ | 31.94 | 14.75 | 83.6 | - |
| YUV | 81.11 | 217.67 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 240 | 0.3 | 0.98 | 0 | 0.06 | 281.54 | 0.95 | 0.48 |
| Hex | A8 | 6 | F0 | 1E | 62 | 0 | 6 | 11A | 5F | 30 |
| Octal | 250 | 6 | 360 | 36 | 142 | 0 | 6 | 432 | 137 | 60 |
| Binary | 10101000 | 110 | 11110000 | 11110 | 1100010 | 0 | 110 | 100011010 | 1011111 | 110000 |
Color Harmonies of #A806F0
Complementary color
Monochromatic Colors of #A806F0
Black with #A806F0
Text Example
Text Example
White with #A806F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A806F0; }
p { color: rgb(168,6,240); }
H1.HeaderClassName
{
color: #A806F0;
}
.AnyTagClassName
{
color: #A806F0;
}
</style>
background-color css
<style>
a { background-color: #A806F0; }
a { background-color: rgb(168,6,240); }
div.DivClassName
{
background-color: #A806F0;
}
.BgClassName
{
background-color: #A806F0;
}
</style>
border-color css
<style>
span { border-color: #A806F0; }
span { border-color: rgb(168,6,240); }
td.TdClassName
{
border-color: #A806F0;
}
.TagClassName
{
border-color: #A806F0;
}
</style>