Shades of Electric Purple #A10DFE
Tints of Electric Purple #A10DFE
RGB
CMYK
RGB Variations
Color information
#A10DFE (or 0xA10DFE) is known color: Electric Purple. HEX triplet: A1, 0D and FE. RGB value is (161,13,254). Sum of RGB (Red+Green+Blue) = 161+13+254=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #A10DFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10DFE is #5EF201. Grayscale: #535353. Windows color (decimal): -6222338 or 16649633. OLE color: 16649633.
HSL color Cylindrical-coordinate representation of color #A10DFE: hue angle of 276.85º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10DFE is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 13 | 254 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.00 |
| HSL | 276.85º | 0.99% | 0.52% | - |
| HSV(B) | 276.85º | 0.95% | 1% | - |
| XYZ | 32.73 | 15.02 | 94.94 | - |
| YUV | 84.73 | 223.53 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 13 | 254 | 0.37 | 0.95 | 0 | 0.00 | 276.85 | 0.99 | 0.52 |
| Hex | A1 | D | FE | 25 | 5F | 0 | 0 | 115 | 63 | 34 |
| Octal | 241 | 15 | 376 | 45 | 137 | 0 | 0 | 425 | 143 | 64 |
| Binary | 10100001 | 1101 | 11111110 | 100101 | 1011111 | 0 | 0 | 100010101 | 1100011 | 110100 |
Color Harmonies of #A10DFE
Complementary color
Monochromatic Colors of #A10DFE
Black with #A10DFE
Text Example
Text Example
White with #A10DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10DFE; }
p { color: rgb(161,13,254); }
H1.HeaderClassName
{
color: #A10DFE;
}
.AnyTagClassName
{
color: #A10DFE;
}
</style>
background-color css
<style>
a { background-color: #A10DFE; }
a { background-color: rgb(161,13,254); }
div.DivClassName
{
background-color: #A10DFE;
}
.BgClassName
{
background-color: #A10DFE;
}
</style>
border-color css
<style>
span { border-color: #A10DFE; }
span { border-color: rgb(161,13,254); }
td.TdClassName
{
border-color: #A10DFE;
}
.TagClassName
{
border-color: #A10DFE;
}
</style>