Shades of Electric Purple #A909FF
Tints of Electric Purple #A909FF
RGB
CMYK
RGB Variations
Color information
#A909FF (or 0xA909FF) is known color: Electric Purple. HEX triplet: A9, 09 and FF. RGB value is (169,9,255). Sum of RGB (Red+Green+Blue) = 169+9+255=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 9 (3.91% from 255 or 2.08% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #A909FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A909FF is #56F600. Grayscale: #545454. Windows color (decimal): -5699073 or 16714153. OLE color: 16714153.
HSL color Cylindrical-coordinate representation of color #A909FF: hue angle of 279.02º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A909FF is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 9 | 255 | - |
| CMYK | 0.34 | 0.96 | 0 | 0 |
| HSL | 279.02º | 1% | 0.52% | - |
| HSV(B) | 279.02º | 0.96% | 1% | - |
| XYZ | 34.51 | 15.85 | 95.85 | - |
| YUV | 84.88 | 224.01 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 9 | 255 | 0.34 | 0.96 | 0 | 0 | 279.02 | 1 | 0.52 |
| Hex | A9 | 9 | FF | 22 | 60 | 0 | 0 | 117 | 64 | 34 |
| Octal | 251 | 11 | 377 | 42 | 140 | 0 | 0 | 427 | 144 | 64 |
| Binary | 10101001 | 1001 | 11111111 | 100010 | 1100000 | 0 | 0 | 100010111 | 1100100 | 110100 |
Color Harmonies of #A909FF
Complementary color
Monochromatic Colors of #A909FF
Black with #A909FF
Text Example
Text Example
White with #A909FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A909FF; }
p { color: rgb(169,9,255); }
H1.HeaderClassName
{
color: #A909FF;
}
.AnyTagClassName
{
color: #A909FF;
}
</style>
background-color css
<style>
a { background-color: #A909FF; }
a { background-color: rgb(169,9,255); }
div.DivClassName
{
background-color: #A909FF;
}
.BgClassName
{
background-color: #A909FF;
}
</style>
border-color css
<style>
span { border-color: #A909FF; }
span { border-color: rgb(169,9,255); }
td.TdClassName
{
border-color: #A909FF;
}
.TagClassName
{
border-color: #A909FF;
}
</style>