Shades of Electric Purple #A908F3
Tints of Electric Purple #A908F3
RGB
CMYK
RGB Variations
Color information
#A908F3 (or 0xA908F3) is known color: Electric Purple. HEX triplet: A9, 08 and F3. RGB value is (169,8,243). Sum of RGB (Red+Green+Blue) = 169+8+243=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 243 (95.31% from 255 or 57.86% from 420); Max value from RGB is 243 - color contains mainly: blue. Hex color #A908F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A908F3 is #56F70C. Grayscale: #525252. Windows color (decimal): -5699341 or 15927465. OLE color: 15927465.
HSL color Cylindrical-coordinate representation of color #A908F3: hue angle of 281.11º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A908F3 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 8 | 243 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.05 |
| HSL | 281.11º | 0.94% | 0.49% | - |
| HSV(B) | 281.11º | 0.97% | 0.95% | - |
| XYZ | 32.63 | 15.08 | 85.99 | - |
| YUV | 82.93 | 218.34 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 8 | 243 | 0.30 | 0.97 | 0 | 0.05 | 281.11 | 0.94 | 0.49 |
| Hex | A9 | 8 | F3 | 1E | 61 | 0 | 5 | 119 | 5E | 31 |
| Octal | 251 | 10 | 363 | 36 | 141 | 0 | 5 | 431 | 136 | 61 |
| Binary | 10101001 | 1000 | 11110011 | 11110 | 1100001 | 0 | 101 | 100011001 | 1011110 | 110001 |
Color Harmonies of #A908F3
Complementary color
Monochromatic Colors of #A908F3
Black with #A908F3
Text Example
Text Example
White with #A908F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A908F3; }
p { color: rgb(169,8,243); }
H1.HeaderClassName
{
color: #A908F3;
}
.AnyTagClassName
{
color: #A908F3;
}
</style>
background-color css
<style>
a { background-color: #A908F3; }
a { background-color: rgb(169,8,243); }
div.DivClassName
{
background-color: #A908F3;
}
.BgClassName
{
background-color: #A908F3;
}
</style>
border-color css
<style>
span { border-color: #A908F3; }
span { border-color: rgb(169,8,243); }
td.TdClassName
{
border-color: #A908F3;
}
.TagClassName
{
border-color: #A908F3;
}
</style>