Shades of Electric Purple #A807FE
Tints of Electric Purple #A807FE
RGB
CMYK
RGB Variations
Color information
#A807FE (or 0xA807FE) is known color: Electric Purple. HEX triplet: A8, 07 and FE. RGB value is (168,7,254). Sum of RGB (Red+Green+Blue) = 168+7+254=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 7 (3.12% from 255 or 1.63% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #A807FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A807FE is #57F801. Grayscale: #525252. Windows color (decimal): -5765122 or 16648104. OLE color: 16648104.
HSL color Cylindrical-coordinate representation of color #A807FE: hue angle of 279.11º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A807FE is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 7 | 254 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.00 |
| HSL | 279.11º | 0.99% | 0.51% | - |
| HSV(B) | 279.11º | 0.97% | 1% | - |
| XYZ | 34.11 | 15.63 | 94.99 | - |
| YUV | 83.3 | 224.34 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 254 | 0.34 | 0.97 | 0 | 0.00 | 279.11 | 0.99 | 0.51 |
| Hex | A8 | 7 | FE | 22 | 61 | 0 | 0 | 117 | 63 | 33 |
| Octal | 250 | 7 | 376 | 42 | 141 | 0 | 0 | 427 | 143 | 63 |
| Binary | 10101000 | 111 | 11111110 | 100010 | 1100001 | 0 | 0 | 100010111 | 1100011 | 110011 |
Color Harmonies of #A807FE
Complementary color
Monochromatic Colors of #A807FE
Black with #A807FE
Text Example
Text Example
White with #A807FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A807FE; }
p { color: rgb(168,7,254); }
H1.HeaderClassName
{
color: #A807FE;
}
.AnyTagClassName
{
color: #A807FE;
}
</style>
background-color css
<style>
a { background-color: #A807FE; }
a { background-color: rgb(168,7,254); }
div.DivClassName
{
background-color: #A807FE;
}
.BgClassName
{
background-color: #A807FE;
}
</style>
border-color css
<style>
span { border-color: #A807FE; }
span { border-color: rgb(168,7,254); }
td.TdClassName
{
border-color: #A807FE;
}
.TagClassName
{
border-color: #A807FE;
}
</style>