Shades of Electric Purple #A908FF
Tints of Electric Purple #A908FF
RGB
CMYK
RGB Variations
Color information
#A908FF (or 0xA908FF) is known color: Electric Purple. HEX triplet: A9, 08 and FF. RGB value is (169,8,255). Sum of RGB (Red+Green+Blue) = 169+8+255=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 8 (3.52% from 255 or 1.85% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #A908FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A908FF is #56F700. Grayscale: #535353. Windows color (decimal): -5699329 or 16713897. OLE color: 16713897.
HSL color Cylindrical-coordinate representation of color #A908FF: hue angle of 279.11º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A908FF is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 8 | 255 | - |
| CMYK | 0.34 | 0.97 | 0 | 0 |
| HSL | 279.11º | 1% | 0.52% | - |
| HSV(B) | 279.11º | 0.97% | 1% | - |
| XYZ | 34.5 | 15.83 | 95.84 | - |
| YUV | 84.3 | 224.34 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 8 | 255 | 0.34 | 0.97 | 0 | 0 | 279.11 | 1 | 0.52 |
| Hex | A9 | 8 | FF | 22 | 61 | 0 | 0 | 117 | 64 | 34 |
| Octal | 251 | 10 | 377 | 42 | 141 | 0 | 0 | 427 | 144 | 64 |
| Binary | 10101001 | 1000 | 11111111 | 100010 | 1100001 | 0 | 0 | 100010111 | 1100100 | 110100 |
Color Harmonies of #A908FF
Complementary color
Monochromatic Colors of #A908FF
Black with #A908FF
Text Example
Text Example
White with #A908FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A908FF; }
p { color: rgb(169,8,255); }
H1.HeaderClassName
{
color: #A908FF;
}
.AnyTagClassName
{
color: #A908FF;
}
</style>
background-color css
<style>
a { background-color: #A908FF; }
a { background-color: rgb(169,8,255); }
div.DivClassName
{
background-color: #A908FF;
}
.BgClassName
{
background-color: #A908FF;
}
</style>
border-color css
<style>
span { border-color: #A908FF; }
span { border-color: rgb(169,8,255); }
td.TdClassName
{
border-color: #A908FF;
}
.TagClassName
{
border-color: #A908FF;
}
</style>