Shades of Electric Purple #A906FE
Tints of Electric Purple #A906FE
RGB
CMYK
RGB Variations
Color information
#A906FE (or 0xA906FE) is known color: Electric Purple. HEX triplet: A9, 06 and FE. RGB value is (169,6,254). Sum of RGB (Red+Green+Blue) = 169+6+254=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 6 (2.73% from 255 or 1.40% 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 #A906FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A906FE is #56F901. Grayscale: #525252. Windows color (decimal): -5699842 or 16647849. OLE color: 16647849.
HSL color Cylindrical-coordinate representation of color #A906FE: hue angle of 279.44º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A906FE is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 6 | 254 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.00 |
| HSL | 279.44º | 0.99% | 0.51% | - |
| HSV(B) | 279.44º | 0.98% | 1% | - |
| XYZ | 34.32 | 15.72 | 94.99 | - |
| YUV | 83.01 | 224.5 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 6 | 254 | 0.33 | 0.98 | 0 | 0.00 | 279.44 | 0.99 | 0.51 |
| Hex | A9 | 6 | FE | 21 | 62 | 0 | 0 | 117 | 63 | 33 |
| Octal | 251 | 6 | 376 | 41 | 142 | 0 | 0 | 427 | 143 | 63 |
| Binary | 10101001 | 110 | 11111110 | 100001 | 1100010 | 0 | 0 | 100010111 | 1100011 | 110011 |
Color Harmonies of #A906FE
Complementary color
Monochromatic Colors of #A906FE
Black with #A906FE
Text Example
Text Example
White with #A906FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A906FE; }
p { color: rgb(169,6,254); }
H1.HeaderClassName
{
color: #A906FE;
}
.AnyTagClassName
{
color: #A906FE;
}
</style>
background-color css
<style>
a { background-color: #A906FE; }
a { background-color: rgb(169,6,254); }
div.DivClassName
{
background-color: #A906FE;
}
.BgClassName
{
background-color: #A906FE;
}
</style>
border-color css
<style>
span { border-color: #A906FE; }
span { border-color: rgb(169,6,254); }
td.TdClassName
{
border-color: #A906FE;
}
.TagClassName
{
border-color: #A906FE;
}
</style>