Shades of Electric Purple #A805F6
Tints of Electric Purple #A805F6
RGB
CMYK
RGB Variations
Color information
#A805F6 (or 0xA805F6) is known color: Electric Purple. HEX triplet: A8, 05 and F6. RGB value is (168,5,246). Sum of RGB (Red+Green+Blue) = 168+5+246=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 246 (96.48% from 255 or 58.71% from 419); Max value from RGB is 246 - color contains mainly: blue. Hex color #A805F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A805F6 is #57FA09. Grayscale: #505050. Windows color (decimal): -5765642 or 16123304. OLE color: 16123304.
HSL color Cylindrical-coordinate representation of color #A805F6: hue angle of 280.58º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A805F6 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 5 | 246 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.04 |
| HSL | 280.58º | 0.96% | 0.49% | - |
| HSV(B) | 280.58º | 0.98% | 0.96% | - |
| XYZ | 32.84 | 15.09 | 88.37 | - |
| YUV | 81.21 | 221 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 246 | 0.32 | 0.98 | 0 | 0.04 | 280.58 | 0.96 | 0.49 |
| Hex | A8 | 5 | F6 | 20 | 62 | 0 | 4 | 119 | 60 | 31 |
| Octal | 250 | 5 | 366 | 40 | 142 | 0 | 4 | 431 | 140 | 61 |
| Binary | 10101000 | 101 | 11110110 | 100000 | 1100010 | 0 | 100 | 100011001 | 1100000 | 110001 |
Color Harmonies of #A805F6
Complementary color
Monochromatic Colors of #A805F6
Black with #A805F6
Text Example
Text Example
White with #A805F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A805F6; }
p { color: rgb(168,5,246); }
H1.HeaderClassName
{
color: #A805F6;
}
.AnyTagClassName
{
color: #A805F6;
}
</style>
background-color css
<style>
a { background-color: #A805F6; }
a { background-color: rgb(168,5,246); }
div.DivClassName
{
background-color: #A805F6;
}
.BgClassName
{
background-color: #A805F6;
}
</style>
border-color css
<style>
span { border-color: #A805F6; }
span { border-color: rgb(168,5,246); }
td.TdClassName
{
border-color: #A805F6;
}
.TagClassName
{
border-color: #A805F6;
}
</style>