Shades of Electric Purple #A609FE
Tints of Electric Purple #A609FE
RGB
CMYK
RGB Variations
Color information
#A609FE (or 0xA609FE) is known color: Electric Purple. HEX triplet: A6, 09 and FE. RGB value is (166,9,254). Sum of RGB (Red+Green+Blue) = 166+9+254=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 9 (3.91% from 255 or 2.10% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #A609FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A609FE is #59F601. Grayscale: #535353. Windows color (decimal): -5895682 or 16648614. OLE color: 16648614.
HSL color Cylindrical-coordinate representation of color #A609FE: hue angle of 278.45º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A609FE is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 9 | 254 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.00 |
| HSL | 278.45º | 0.99% | 0.52% | - |
| HSV(B) | 278.45º | 0.96% | 1% | - |
| XYZ | 33.71 | 15.46 | 94.97 | - |
| YUV | 83.87 | 224.01 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 254 | 0.35 | 0.96 | 0 | 0.00 | 278.45 | 0.99 | 0.52 |
| Hex | A6 | 9 | FE | 23 | 60 | 0 | 0 | 116 | 63 | 34 |
| Octal | 246 | 11 | 376 | 43 | 140 | 0 | 0 | 426 | 143 | 64 |
| Binary | 10100110 | 1001 | 11111110 | 100011 | 1100000 | 0 | 0 | 100010110 | 1100011 | 110100 |
Color Harmonies of #A609FE
Complementary color
Monochromatic Colors of #A609FE
Black with #A609FE
Text Example
Text Example
White with #A609FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A609FE; }
p { color: rgb(166,9,254); }
H1.HeaderClassName
{
color: #A609FE;
}
.AnyTagClassName
{
color: #A609FE;
}
</style>
background-color css
<style>
a { background-color: #A609FE; }
a { background-color: rgb(166,9,254); }
div.DivClassName
{
background-color: #A609FE;
}
.BgClassName
{
background-color: #A609FE;
}
</style>
border-color css
<style>
span { border-color: #A609FE; }
span { border-color: rgb(166,9,254); }
td.TdClassName
{
border-color: #A609FE;
}
.TagClassName
{
border-color: #A609FE;
}
</style>