Shades of Electric Purple #A60AFB
Tints of Electric Purple #A60AFB
RGB
CMYK
RGB Variations
Color information
#A60AFB (or 0xA60AFB) is known color: Electric Purple. HEX triplet: A6, 0A and FB. RGB value is (166,10,251). Sum of RGB (Red+Green+Blue) = 166+10+251=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #A60AFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60AFB is #59F504. Grayscale: #535353. Windows color (decimal): -5895429 or 16452262. OLE color: 16452262.
HSL color Cylindrical-coordinate representation of color #A60AFB: hue angle of 278.84º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A60AFB is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 10 | 251 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.02 |
| HSL | 278.84º | 0.97% | 0.51% | - |
| HSV(B) | 278.84º | 0.96% | 0.98% | - |
| XYZ | 33.25 | 15.29 | 92.47 | - |
| YUV | 84.12 | 222.18 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 251 | 0.34 | 0.96 | 0 | 0.02 | 278.84 | 0.97 | 0.51 |
| Hex | A6 | A | FB | 22 | 60 | 0 | 2 | 117 | 61 | 33 |
| Octal | 246 | 12 | 373 | 42 | 140 | 0 | 2 | 427 | 141 | 63 |
| Binary | 10100110 | 1010 | 11111011 | 100010 | 1100000 | 0 | 10 | 100010111 | 1100001 | 110011 |
Color Harmonies of #A60AFB
Complementary color
Monochromatic Colors of #A60AFB
Black with #A60AFB
Text Example
Text Example
White with #A60AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60AFB; }
p { color: rgb(166,10,251); }
H1.HeaderClassName
{
color: #A60AFB;
}
.AnyTagClassName
{
color: #A60AFB;
}
</style>
background-color css
<style>
a { background-color: #A60AFB; }
a { background-color: rgb(166,10,251); }
div.DivClassName
{
background-color: #A60AFB;
}
.BgClassName
{
background-color: #A60AFB;
}
</style>
border-color css
<style>
span { border-color: #A60AFB; }
span { border-color: rgb(166,10,251); }
td.TdClassName
{
border-color: #A60AFB;
}
.TagClassName
{
border-color: #A60AFB;
}
</style>