Shades of Electric Purple #A60BF0
Tints of Electric Purple #A60BF0
RGB
CMYK
RGB Variations
Color information
#A60BF0 (or 0xA60BF0) is known color: Electric Purple. HEX triplet: A6, 0B and F0. RGB value is (166,11,240). Sum of RGB (Red+Green+Blue) = 166+11+240=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 240 (94.14% from 255 or 57.55% from 417); Max value from RGB is 240 - color contains mainly: blue. Hex color #A60BF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60BF0 is #59F40F. Grayscale: #525252. Windows color (decimal): -5895184 or 15731622. OLE color: 15731622.
HSL color Cylindrical-coordinate representation of color #A60BF0: hue angle of 280.61º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60BF0 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 11 | 240 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.06 |
| HSL | 280.61º | 0.91% | 0.49% | - |
| HSV(B) | 280.61º | 0.95% | 0.94% | - |
| XYZ | 31.57 | 14.64 | 83.6 | - |
| YUV | 83.45 | 216.35 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 240 | 0.31 | 0.95 | 0 | 0.06 | 280.61 | 0.91 | 0.49 |
| Hex | A6 | B | F0 | 1F | 5F | 0 | 6 | 119 | 5B | 31 |
| Octal | 246 | 13 | 360 | 37 | 137 | 0 | 6 | 431 | 133 | 61 |
| Binary | 10100110 | 1011 | 11110000 | 11111 | 1011111 | 0 | 110 | 100011001 | 1011011 | 110001 |
Color Harmonies of #A60BF0
Complementary color
Monochromatic Colors of #A60BF0
Black with #A60BF0
Text Example
Text Example
White with #A60BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60BF0; }
p { color: rgb(166,11,240); }
H1.HeaderClassName
{
color: #A60BF0;
}
.AnyTagClassName
{
color: #A60BF0;
}
</style>
background-color css
<style>
a { background-color: #A60BF0; }
a { background-color: rgb(166,11,240); }
div.DivClassName
{
background-color: #A60BF0;
}
.BgClassName
{
background-color: #A60BF0;
}
</style>
border-color css
<style>
span { border-color: #A60BF0; }
span { border-color: rgb(166,11,240); }
td.TdClassName
{
border-color: #A60BF0;
}
.TagClassName
{
border-color: #A60BF0;
}
</style>