Shades of Electric Purple #A806FF
Tints of Electric Purple #A806FF
RGB
CMYK
RGB Variations
Color information
#A806FF (or 0xA806FF) is known color: Electric Purple. HEX triplet: A8, 06 and FF. RGB value is (168,6,255). Sum of RGB (Red+Green+Blue) = 168+6+255=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 6 (2.73% from 255 or 1.40% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #A806FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A806FF is #57F900. Grayscale: #515151. Windows color (decimal): -5765377 or 16713384. OLE color: 16713384.
HSL color Cylindrical-coordinate representation of color #A806FF: hue angle of 279.04º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A806FF is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 6 | 255 | - |
| CMYK | 0.34 | 0.98 | 0 | 0 |
| HSL | 279.04º | 1% | 0.51% | - |
| HSV(B) | 279.04º | 0.98% | 1% | - |
| XYZ | 34.26 | 15.68 | 95.83 | - |
| YUV | 82.82 | 225.17 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 255 | 0.34 | 0.98 | 0 | 0 | 279.04 | 1 | 0.51 |
| Hex | A8 | 6 | FF | 22 | 62 | 0 | 0 | 117 | 64 | 33 |
| Octal | 250 | 6 | 377 | 42 | 142 | 0 | 0 | 427 | 144 | 63 |
| Binary | 10101000 | 110 | 11111111 | 100010 | 1100010 | 0 | 0 | 100010111 | 1100100 | 110011 |
Color Harmonies of #A806FF
Complementary color
Monochromatic Colors of #A806FF
Black with #A806FF
Text Example
Text Example
White with #A806FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A806FF; }
p { color: rgb(168,6,255); }
H1.HeaderClassName
{
color: #A806FF;
}
.AnyTagClassName
{
color: #A806FF;
}
</style>
background-color css
<style>
a { background-color: #A806FF; }
a { background-color: rgb(168,6,255); }
div.DivClassName
{
background-color: #A806FF;
}
.BgClassName
{
background-color: #A806FF;
}
</style>
border-color css
<style>
span { border-color: #A806FF; }
span { border-color: rgb(168,6,255); }
td.TdClassName
{
border-color: #A806FF;
}
.TagClassName
{
border-color: #A806FF;
}
</style>