Shades of Electric Purple #A901F6
Tints of Electric Purple #A901F6
RGB
CMYK
RGB Variations
Color information
#A901F6 (or 0xA901F6) is known color: Electric Purple. HEX triplet: A9, 01 and F6. RGB value is (169,1,246). Sum of RGB (Red+Green+Blue) = 169+1+246=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 246 (96.48% from 255 or 59.13% from 416); Max value from RGB is 246 - color contains mainly: blue. Hex color #A901F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A901F6 is #56FE09. Grayscale: #4E4E4E. Windows color (decimal): -5701130 or 16122281. OLE color: 16122281.
HSL color Cylindrical-coordinate representation of color #A901F6: hue angle of 281.14º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A901F6 is Cyan = 0.31, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 1 | 246 | - |
| CMYK | 0.31 | 1.00 | 0 | 0.04 |
| HSL | 281.14º | 0.99% | 0.48% | - |
| HSV(B) | 281.14º | 1% | 0.96% | - |
| XYZ | 33.01 | 15.11 | 88.37 | - |
| YUV | 79.16 | 222.16 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 246 | 0.31 | 1.00 | 0 | 0.04 | 281.14 | 0.99 | 0.48 |
| Hex | A9 | 1 | F6 | 1F | 64 | 0 | 4 | 119 | 63 | 30 |
| Octal | 251 | 1 | 366 | 37 | 144 | 0 | 4 | 431 | 143 | 60 |
| Binary | 10101001 | 1 | 11110110 | 11111 | 1100100 | 0 | 100 | 100011001 | 1100011 | 110000 |
Color Harmonies of #A901F6
Complementary color
Monochromatic Colors of #A901F6
Black with #A901F6
Text Example
Text Example
White with #A901F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A901F6; }
p { color: rgb(169,1,246); }
H1.HeaderClassName
{
color: #A901F6;
}
.AnyTagClassName
{
color: #A901F6;
}
</style>
background-color css
<style>
a { background-color: #A901F6; }
a { background-color: rgb(169,1,246); }
div.DivClassName
{
background-color: #A901F6;
}
.BgClassName
{
background-color: #A901F6;
}
</style>
border-color css
<style>
span { border-color: #A901F6; }
span { border-color: rgb(169,1,246); }
td.TdClassName
{
border-color: #A901F6;
}
.TagClassName
{
border-color: #A901F6;
}
</style>