Shades of Electric Purple #A108FE
Tints of Electric Purple #A108FE
RGB
CMYK
RGB Variations
Color information
#A108FE (or 0xA108FE) is known color: Electric Purple. HEX triplet: A1, 08 and FE. RGB value is (161,8,254). Sum of RGB (Red+Green+Blue) = 161+8+254=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 8 (3.52% from 255 or 1.89% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #A108FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A108FE is #5EF701. Grayscale: #505050. Windows color (decimal): -6223618 or 16648353. OLE color: 16648353.
HSL color Cylindrical-coordinate representation of color #A108FE: hue angle of 277.32º 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 #A108FE is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 8 | 254 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.00 |
| HSL | 277.32º | 0.99% | 0.51% | - |
| HSV(B) | 277.32º | 0.97% | 1% | - |
| XYZ | 32.67 | 14.91 | 94.92 | - |
| YUV | 81.79 | 225.19 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 254 | 0.37 | 0.97 | 0 | 0.00 | 277.32 | 0.99 | 0.51 |
| Hex | A1 | 8 | FE | 25 | 61 | 0 | 0 | 115 | 63 | 33 |
| Octal | 241 | 10 | 376 | 45 | 141 | 0 | 0 | 425 | 143 | 63 |
| Binary | 10100001 | 1000 | 11111110 | 100101 | 1100001 | 0 | 0 | 100010101 | 1100011 | 110011 |
Color Harmonies of #A108FE
Complementary color
Monochromatic Colors of #A108FE
Black with #A108FE
Text Example
Text Example
White with #A108FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A108FE; }
p { color: rgb(161,8,254); }
H1.HeaderClassName
{
color: #A108FE;
}
.AnyTagClassName
{
color: #A108FE;
}
</style>
background-color css
<style>
a { background-color: #A108FE; }
a { background-color: rgb(161,8,254); }
div.DivClassName
{
background-color: #A108FE;
}
.BgClassName
{
background-color: #A108FE;
}
</style>
border-color css
<style>
span { border-color: #A108FE; }
span { border-color: rgb(161,8,254); }
td.TdClassName
{
border-color: #A108FE;
}
.TagClassName
{
border-color: #A108FE;
}
</style>