Shades of Electric Purple #A105FE
Tints of Electric Purple #A105FE
RGB
CMYK
RGB Variations
Color information
#A105FE (or 0xA105FE) is known color: Electric Purple. HEX triplet: A1, 05 and FE. RGB value is (161,5,254). Sum of RGB (Red+Green+Blue) = 161+5+254=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 5 (2.34% from 255 or 1.19% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #A105FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A105FE is #5EFA01. Grayscale: #4F4F4F. Windows color (decimal): -6224386 or 16647585. OLE color: 16647585.
HSL color Cylindrical-coordinate representation of color #A105FE: hue angle of 277.59º 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 #A105FE is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 5 | 254 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.00 |
| HSL | 277.59º | 0.99% | 0.51% | - |
| HSV(B) | 277.59º | 0.98% | 1% | - |
| XYZ | 32.64 | 14.84 | 94.91 | - |
| YUV | 80.03 | 226.18 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 254 | 0.37 | 0.98 | 0 | 0.00 | 277.59 | 0.99 | 0.51 |
| Hex | A1 | 5 | FE | 25 | 62 | 0 | 0 | 116 | 63 | 33 |
| Octal | 241 | 5 | 376 | 45 | 142 | 0 | 0 | 426 | 143 | 63 |
| Binary | 10100001 | 101 | 11111110 | 100101 | 1100010 | 0 | 0 | 100010110 | 1100011 | 110011 |
Color Harmonies of #A105FE
Complementary color
Monochromatic Colors of #A105FE
Black with #A105FE
Text Example
Text Example
White with #A105FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A105FE; }
p { color: rgb(161,5,254); }
H1.HeaderClassName
{
color: #A105FE;
}
.AnyTagClassName
{
color: #A105FE;
}
</style>
background-color css
<style>
a { background-color: #A105FE; }
a { background-color: rgb(161,5,254); }
div.DivClassName
{
background-color: #A105FE;
}
.BgClassName
{
background-color: #A105FE;
}
</style>
border-color css
<style>
span { border-color: #A105FE; }
span { border-color: rgb(161,5,254); }
td.TdClassName
{
border-color: #A105FE;
}
.TagClassName
{
border-color: #A105FE;
}
</style>