Shades of Electric Purple #A10DFC
Tints of Electric Purple #A10DFC
RGB
CMYK
RGB Variations
Color information
#A10DFC (or 0xA10DFC) is known color: Electric Purple. HEX triplet: A1, 0D and FC. RGB value is (161,13,252). Sum of RGB (Red+Green+Blue) = 161+13+252=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #A10DFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10DFC is #5EF203. Grayscale: #535353. Windows color (decimal): -6222340 or 16518561. OLE color: 16518561.
HSL color Cylindrical-coordinate representation of color #A10DFC: hue angle of 277.15º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10DFC is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 13 | 252 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.01 |
| HSL | 277.15º | 0.98% | 0.52% | - |
| HSV(B) | 277.15º | 0.95% | 0.99% | - |
| XYZ | 32.41 | 14.89 | 93.26 | - |
| YUV | 84.5 | 222.53 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 13 | 252 | 0.36 | 0.95 | 0 | 0.01 | 277.15 | 0.98 | 0.52 |
| Hex | A1 | D | FC | 24 | 5F | 0 | 1 | 115 | 62 | 34 |
| Octal | 241 | 15 | 374 | 44 | 137 | 0 | 1 | 425 | 142 | 64 |
| Binary | 10100001 | 1101 | 11111100 | 100100 | 1011111 | 0 | 1 | 100010101 | 1100010 | 110100 |
Color Harmonies of #A10DFC
Complementary color
Monochromatic Colors of #A10DFC
Black with #A10DFC
Text Example
Text Example
White with #A10DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10DFC; }
p { color: rgb(161,13,252); }
H1.HeaderClassName
{
color: #A10DFC;
}
.AnyTagClassName
{
color: #A10DFC;
}
</style>
background-color css
<style>
a { background-color: #A10DFC; }
a { background-color: rgb(161,13,252); }
div.DivClassName
{
background-color: #A10DFC;
}
.BgClassName
{
background-color: #A10DFC;
}
</style>
border-color css
<style>
span { border-color: #A10DFC; }
span { border-color: rgb(161,13,252); }
td.TdClassName
{
border-color: #A10DFC;
}
.TagClassName
{
border-color: #A10DFC;
}
</style>