Shades of Electric Purple #A10CFF
Tints of Electric Purple #A10CFF
RGB
CMYK
RGB Variations
Color information
#A10CFF (or 0xA10CFF) is known color: Electric Purple. HEX triplet: A1, 0C and FF. RGB value is (161,12,255). Sum of RGB (Red+Green+Blue) = 161+12+255=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #A10CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10CFF is #5EF300. Grayscale: #535353. Windows color (decimal): -6222593 or 16714913. OLE color: 16714913.
HSL color Cylindrical-coordinate representation of color #A10CFF: hue angle of 276.79º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10CFF is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 12 | 255 | - |
| CMYK | 0.37 | 0.95 | 0 | 0 |
| HSL | 276.79º | 1% | 0.52% | - |
| HSV(B) | 276.79º | 0.95% | 1% | - |
| XYZ | 32.88 | 15.06 | 95.78 | - |
| YUV | 84.25 | 224.36 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 12 | 255 | 0.37 | 0.95 | 0 | 0 | 276.79 | 1 | 0.52 |
| Hex | A1 | C | FF | 25 | 5F | 0 | 0 | 115 | 64 | 34 |
| Octal | 241 | 14 | 377 | 45 | 137 | 0 | 0 | 425 | 144 | 64 |
| Binary | 10100001 | 1100 | 11111111 | 100101 | 1011111 | 0 | 0 | 100010101 | 1100100 | 110100 |
Color Harmonies of #A10CFF
Complementary color
Monochromatic Colors of #A10CFF
Black with #A10CFF
Text Example
Text Example
White with #A10CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10CFF; }
p { color: rgb(161,12,255); }
H1.HeaderClassName
{
color: #A10CFF;
}
.AnyTagClassName
{
color: #A10CFF;
}
</style>
background-color css
<style>
a { background-color: #A10CFF; }
a { background-color: rgb(161,12,255); }
div.DivClassName
{
background-color: #A10CFF;
}
.BgClassName
{
background-color: #A10CFF;
}
</style>
border-color css
<style>
span { border-color: #A10CFF; }
span { border-color: rgb(161,12,255); }
td.TdClassName
{
border-color: #A10CFF;
}
.TagClassName
{
border-color: #A10CFF;
}
</style>