Shades of Electric Purple #A808FE
Tints of Electric Purple #A808FE
RGB
CMYK
RGB Variations
Color information
#A808FE (or 0xA808FE) is known color: Electric Purple. HEX triplet: A8, 08 and FE. RGB value is (168,8,254). Sum of RGB (Red+Green+Blue) = 168+8+254=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 8 (3.52% from 255 or 1.86% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #A808FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A808FE is #57F701. Grayscale: #535353. Windows color (decimal): -5764866 or 16648360. OLE color: 16648360.
HSL color Cylindrical-coordinate representation of color #A808FE: hue angle of 279.02º 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 #A808FE is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 8 | 254 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.00 |
| HSL | 279.02º | 0.99% | 0.51% | - |
| HSV(B) | 279.02º | 0.97% | 1% | - |
| XYZ | 34.12 | 15.65 | 94.99 | - |
| YUV | 83.88 | 224.01 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 254 | 0.34 | 0.97 | 0 | 0.00 | 279.02 | 0.99 | 0.51 |
| Hex | A8 | 8 | FE | 22 | 61 | 0 | 0 | 117 | 63 | 33 |
| Octal | 250 | 10 | 376 | 42 | 141 | 0 | 0 | 427 | 143 | 63 |
| Binary | 10101000 | 1000 | 11111110 | 100010 | 1100001 | 0 | 0 | 100010111 | 1100011 | 110011 |
Color Harmonies of #A808FE
Complementary color
Monochromatic Colors of #A808FE
Black with #A808FE
Text Example
Text Example
White with #A808FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A808FE; }
p { color: rgb(168,8,254); }
H1.HeaderClassName
{
color: #A808FE;
}
.AnyTagClassName
{
color: #A808FE;
}
</style>
background-color css
<style>
a { background-color: #A808FE; }
a { background-color: rgb(168,8,254); }
div.DivClassName
{
background-color: #A808FE;
}
.BgClassName
{
background-color: #A808FE;
}
</style>
border-color css
<style>
span { border-color: #A808FE; }
span { border-color: rgb(168,8,254); }
td.TdClassName
{
border-color: #A808FE;
}
.TagClassName
{
border-color: #A808FE;
}
</style>