Shades of Electric Purple #A102FF
Tints of Electric Purple #A102FF
RGB
CMYK
RGB Variations
Color information
#A102FF (or 0xA102FF) is known color: Electric Purple. HEX triplet: A1, 02 and FF. RGB value is (161,2,255). Sum of RGB (Red+Green+Blue) = 161+2+255=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #A102FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A102FF is #5EFD00. Grayscale: #4D4D4D. Windows color (decimal): -6225153 or 16712353. OLE color: 16712353.
HSL color Cylindrical-coordinate representation of color #A102FF: hue angle of 277.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A102FF is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 2 | 255 | - |
| CMYK | 0.37 | 0.99 | 0 | 0 |
| HSL | 277.71º | 1% | 0.5% | - |
| HSV(B) | 277.71º | 0.99% | 1% | - |
| XYZ | 32.77 | 14.84 | 95.75 | - |
| YUV | 78.38 | 227.68 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 255 | 0.37 | 0.99 | 0 | 0 | 277.71 | 1 | 0.5 |
| Hex | A1 | 2 | FF | 25 | 63 | 0 | 0 | 116 | 64 | 32 |
| Octal | 241 | 2 | 377 | 45 | 143 | 0 | 0 | 426 | 144 | 62 |
| Binary | 10100001 | 10 | 11111111 | 100101 | 1100011 | 0 | 0 | 100010110 | 1100100 | 110010 |
Color Harmonies of #A102FF
Complementary color
Monochromatic Colors of #A102FF
Black with #A102FF
Text Example
Text Example
White with #A102FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A102FF; }
p { color: rgb(161,2,255); }
H1.HeaderClassName
{
color: #A102FF;
}
.AnyTagClassName
{
color: #A102FF;
}
</style>
background-color css
<style>
a { background-color: #A102FF; }
a { background-color: rgb(161,2,255); }
div.DivClassName
{
background-color: #A102FF;
}
.BgClassName
{
background-color: #A102FF;
}
</style>
border-color css
<style>
span { border-color: #A102FF; }
span { border-color: rgb(161,2,255); }
td.TdClassName
{
border-color: #A102FF;
}
.TagClassName
{
border-color: #A102FF;
}
</style>