Shades of Electric Purple #A60DFE
Tints of Electric Purple #A60DFE
RGB
CMYK
RGB Variations
Color information
#A60DFE (or 0xA60DFE) is known color: Electric Purple. HEX triplet: A6, 0D and FE. RGB value is (166,13,254). Sum of RGB (Red+Green+Blue) = 166+13+254=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 13 (5.47% from 255 or 3.00% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #A60DFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60DFE is #59F201. Grayscale: #555555. Windows color (decimal): -5894658 or 16649638. OLE color: 16649638.
HSL color Cylindrical-coordinate representation of color #A60DFE: hue angle of 278.09º 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 #A60DFE is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 13 | 254 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.00 |
| HSL | 278.09º | 0.99% | 0.52% | - |
| HSV(B) | 278.09º | 0.95% | 1% | - |
| XYZ | 33.76 | 15.55 | 94.99 | - |
| YUV | 86.22 | 222.69 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 13 | 254 | 0.35 | 0.95 | 0 | 0.00 | 278.09 | 0.99 | 0.52 |
| Hex | A6 | D | FE | 23 | 5F | 0 | 0 | 116 | 63 | 34 |
| Octal | 246 | 15 | 376 | 43 | 137 | 0 | 0 | 426 | 143 | 64 |
| Binary | 10100110 | 1101 | 11111110 | 100011 | 1011111 | 0 | 0 | 100010110 | 1100011 | 110100 |
Color Harmonies of #A60DFE
Complementary color
Monochromatic Colors of #A60DFE
Black with #A60DFE
Text Example
Text Example
White with #A60DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60DFE; }
p { color: rgb(166,13,254); }
H1.HeaderClassName
{
color: #A60DFE;
}
.AnyTagClassName
{
color: #A60DFE;
}
</style>
background-color css
<style>
a { background-color: #A60DFE; }
a { background-color: rgb(166,13,254); }
div.DivClassName
{
background-color: #A60DFE;
}
.BgClassName
{
background-color: #A60DFE;
}
</style>
border-color css
<style>
span { border-color: #A60DFE; }
span { border-color: rgb(166,13,254); }
td.TdClassName
{
border-color: #A60DFE;
}
.TagClassName
{
border-color: #A60DFE;
}
</style>