Shades of Electric Purple #A101FB
Tints of Electric Purple #A101FB
RGB
CMYK
RGB Variations
Color information
#A101FB (or 0xA101FB) is known color: Electric Purple. HEX triplet: A1, 01 and FB. RGB value is (161,1,251). Sum of RGB (Red+Green+Blue) = 161+1+251=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 1 (0.78% from 255 or 0.24% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #A101FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A101FB is #5EFE04. Grayscale: #4C4C4C. Windows color (decimal): -6225413 or 16449953. OLE color: 16449953.
HSL color Cylindrical-coordinate representation of color #A101FB: hue angle of 278.4º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A101FB is Cyan = 0.36, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 1 | 251 | - |
| CMYK | 0.36 | 1.00 | 0 | 0.02 |
| HSL | 278.4º | 0.99% | 0.49% | - |
| HSV(B) | 278.4º | 1% | 0.98% | - |
| XYZ | 32.12 | 14.56 | 92.38 | - |
| YUV | 77.34 | 226.01 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 251 | 0.36 | 1.00 | 0 | 0.02 | 278.4 | 0.99 | 0.49 |
| Hex | A1 | 1 | FB | 24 | 64 | 0 | 2 | 116 | 63 | 31 |
| Octal | 241 | 1 | 373 | 44 | 144 | 0 | 2 | 426 | 143 | 61 |
| Binary | 10100001 | 1 | 11111011 | 100100 | 1100100 | 0 | 10 | 100010110 | 1100011 | 110001 |
Color Harmonies of #A101FB
Complementary color
Monochromatic Colors of #A101FB
Black with #A101FB
Text Example
Text Example
White with #A101FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A101FB; }
p { color: rgb(161,1,251); }
H1.HeaderClassName
{
color: #A101FB;
}
.AnyTagClassName
{
color: #A101FB;
}
</style>
background-color css
<style>
a { background-color: #A101FB; }
a { background-color: rgb(161,1,251); }
div.DivClassName
{
background-color: #A101FB;
}
.BgClassName
{
background-color: #A101FB;
}
</style>
border-color css
<style>
span { border-color: #A101FB; }
span { border-color: rgb(161,1,251); }
td.TdClassName
{
border-color: #A101FB;
}
.TagClassName
{
border-color: #A101FB;
}
</style>