Shades of Electric Purple #A10BFF
Tints of Electric Purple #A10BFF
RGB
CMYK
RGB Variations
Color information
#A10BFF (or 0xA10BFF) is known color: Electric Purple. HEX triplet: A1, 0B and FF. RGB value is (161,11,255). Sum of RGB (Red+Green+Blue) = 161+11+255=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 11 (4.69% from 255 or 2.58% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #A10BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10BFF is #5EF400. Grayscale: #525252. Windows color (decimal): -6222849 or 16714657. OLE color: 16714657.
HSL color Cylindrical-coordinate representation of color #A10BFF: hue angle of 276.89º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10BFF is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 11 | 255 | - |
| CMYK | 0.37 | 0.96 | 0 | 0 |
| HSL | 276.89º | 1% | 0.52% | - |
| HSV(B) | 276.89º | 0.96% | 1% | - |
| XYZ | 32.87 | 15.04 | 95.78 | - |
| YUV | 83.67 | 224.7 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 11 | 255 | 0.37 | 0.96 | 0 | 0 | 276.89 | 1 | 0.52 |
| Hex | A1 | B | FF | 25 | 60 | 0 | 0 | 115 | 64 | 34 |
| Octal | 241 | 13 | 377 | 45 | 140 | 0 | 0 | 425 | 144 | 64 |
| Binary | 10100001 | 1011 | 11111111 | 100101 | 1100000 | 0 | 0 | 100010101 | 1100100 | 110100 |
Color Harmonies of #A10BFF
Complementary color
Monochromatic Colors of #A10BFF
Black with #A10BFF
Text Example
Text Example
White with #A10BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10BFF; }
p { color: rgb(161,11,255); }
H1.HeaderClassName
{
color: #A10BFF;
}
.AnyTagClassName
{
color: #A10BFF;
}
</style>
background-color css
<style>
a { background-color: #A10BFF; }
a { background-color: rgb(161,11,255); }
div.DivClassName
{
background-color: #A10BFF;
}
.BgClassName
{
background-color: #A10BFF;
}
</style>
border-color css
<style>
span { border-color: #A10BFF; }
span { border-color: rgb(161,11,255); }
td.TdClassName
{
border-color: #A10BFF;
}
.TagClassName
{
border-color: #A10BFF;
}
</style>