Shades of Electric Purple #A805FE
Tints of Electric Purple #A805FE
RGB
CMYK
RGB Variations
Color information
#A805FE (or 0xA805FE) is known color: Electric Purple. HEX triplet: A8, 05 and FE. RGB value is (168,5,254). Sum of RGB (Red+Green+Blue) = 168+5+254=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 5 (2.34% from 255 or 1.17% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #A805FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A805FE is #57FA01. Grayscale: #515151. Windows color (decimal): -5765634 or 16647592. OLE color: 16647592.
HSL color Cylindrical-coordinate representation of color #A805FE: hue angle of 279.28º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A805FE is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 5 | 254 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.00 |
| HSL | 279.28º | 0.99% | 0.51% | - |
| HSV(B) | 279.28º | 0.98% | 1% | - |
| XYZ | 34.09 | 15.59 | 94.98 | - |
| YUV | 82.12 | 225 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 254 | 0.34 | 0.98 | 0 | 0.00 | 279.28 | 0.99 | 0.51 |
| Hex | A8 | 5 | FE | 22 | 62 | 0 | 0 | 117 | 63 | 33 |
| Octal | 250 | 5 | 376 | 42 | 142 | 0 | 0 | 427 | 143 | 63 |
| Binary | 10101000 | 101 | 11111110 | 100010 | 1100010 | 0 | 0 | 100010111 | 1100011 | 110011 |
Color Harmonies of #A805FE
Complementary color
Monochromatic Colors of #A805FE
Black with #A805FE
Text Example
Text Example
White with #A805FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A805FE; }
p { color: rgb(168,5,254); }
H1.HeaderClassName
{
color: #A805FE;
}
.AnyTagClassName
{
color: #A805FE;
}
</style>
background-color css
<style>
a { background-color: #A805FE; }
a { background-color: rgb(168,5,254); }
div.DivClassName
{
background-color: #A805FE;
}
.BgClassName
{
background-color: #A805FE;
}
</style>
border-color css
<style>
span { border-color: #A805FE; }
span { border-color: rgb(168,5,254); }
td.TdClassName
{
border-color: #A805FE;
}
.TagClassName
{
border-color: #A805FE;
}
</style>