Shades of Electric Purple #A805F0
Tints of Electric Purple #A805F0
RGB
CMYK
RGB Variations
Color information
#A805F0 (or 0xA805F0) is known color: Electric Purple. HEX triplet: A8, 05 and F0. RGB value is (168,5,240). Sum of RGB (Red+Green+Blue) = 168+5+240=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 240 (94.14% from 255 or 58.11% from 413); Max value from RGB is 240 - color contains mainly: blue. Hex color #A805F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A805F0 is #57FA0F. Grayscale: #4F4F4F. Windows color (decimal): -5765648 or 15730088. OLE color: 15730088.
HSL color Cylindrical-coordinate representation of color #A805F0: hue angle of 281.62º degrees, saturation: 0.96, 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 #A805F0 is Cyan = 0.3, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 5 | 240 | - |
| CMYK | 0.3 | 0.98 | 0 | 0.06 |
| HSL | 281.62º | 0.96% | 0.48% | - |
| HSV(B) | 281.62º | 0.98% | 0.94% | - |
| XYZ | 31.93 | 14.72 | 83.6 | - |
| YUV | 80.53 | 218 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 240 | 0.3 | 0.98 | 0 | 0.06 | 281.62 | 0.96 | 0.48 |
| Hex | A8 | 5 | F0 | 1E | 62 | 0 | 6 | 11A | 60 | 30 |
| Octal | 250 | 5 | 360 | 36 | 142 | 0 | 6 | 432 | 140 | 60 |
| Binary | 10101000 | 101 | 11110000 | 11110 | 1100010 | 0 | 110 | 100011010 | 1100000 | 110000 |
Color Harmonies of #A805F0
Complementary color
Monochromatic Colors of #A805F0
Black with #A805F0
Text Example
Text Example
White with #A805F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A805F0; }
p { color: rgb(168,5,240); }
H1.HeaderClassName
{
color: #A805F0;
}
.AnyTagClassName
{
color: #A805F0;
}
</style>
background-color css
<style>
a { background-color: #A805F0; }
a { background-color: rgb(168,5,240); }
div.DivClassName
{
background-color: #A805F0;
}
.BgClassName
{
background-color: #A805F0;
}
</style>
border-color css
<style>
span { border-color: #A805F0; }
span { border-color: rgb(168,5,240); }
td.TdClassName
{
border-color: #A805F0;
}
.TagClassName
{
border-color: #A805F0;
}
</style>