Shades of Electric Purple #A60DF2
Tints of Electric Purple #A60DF2
RGB
CMYK
RGB Variations
Color information
#A60DF2 (or 0xA60DF2) is known color: Electric Purple. HEX triplet: A6, 0D and F2. RGB value is (166,13,242). Sum of RGB (Red+Green+Blue) = 166+13+242=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 13 (5.47% from 255 or 3.09% from 421); Blue value is 242 (94.92% from 255 or 57.48% from 421); Max value from RGB is 242 - color contains mainly: blue. Hex color #A60DF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60DF2 is #59F20D. Grayscale: #545454. Windows color (decimal): -5894670 or 15863206. OLE color: 15863206.
HSL color Cylindrical-coordinate representation of color #A60DF2: hue angle of 280.09º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60DF2 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 13 | 242 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.05 |
| HSL | 280.09º | 0.9% | 0.5% | - |
| HSV(B) | 280.09º | 0.95% | 0.95% | - |
| XYZ | 31.9 | 14.81 | 85.18 | - |
| YUV | 84.85 | 216.69 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 13 | 242 | 0.31 | 0.95 | 0 | 0.05 | 280.09 | 0.9 | 0.5 |
| Hex | A6 | D | F2 | 1F | 5F | 0 | 5 | 118 | 5A | 32 |
| Octal | 246 | 15 | 362 | 37 | 137 | 0 | 5 | 430 | 132 | 62 |
| Binary | 10100110 | 1101 | 11110010 | 11111 | 1011111 | 0 | 101 | 100011000 | 1011010 | 110010 |
Color Harmonies of #A60DF2
Complementary color
Monochromatic Colors of #A60DF2
Black with #A60DF2
Text Example
Text Example
White with #A60DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60DF2; }
p { color: rgb(166,13,242); }
H1.HeaderClassName
{
color: #A60DF2;
}
.AnyTagClassName
{
color: #A60DF2;
}
</style>
background-color css
<style>
a { background-color: #A60DF2; }
a { background-color: rgb(166,13,242); }
div.DivClassName
{
background-color: #A60DF2;
}
.BgClassName
{
background-color: #A60DF2;
}
</style>
border-color css
<style>
span { border-color: #A60DF2; }
span { border-color: rgb(166,13,242); }
td.TdClassName
{
border-color: #A60DF2;
}
.TagClassName
{
border-color: #A60DF2;
}
</style>