Shades of Electric Purple #A109FF
Tints of Electric Purple #A109FF
RGB
CMYK
RGB Variations
Color information
#A109FF (or 0xA109FF) is known color: Electric Purple. HEX triplet: A1, 09 and FF. RGB value is (161,9,255). Sum of RGB (Red+Green+Blue) = 161+9+255=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 9 (3.91% from 255 or 2.12% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #A109FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A109FF is #5EF600. Grayscale: #515151. Windows color (decimal): -6223361 or 16714145. OLE color: 16714145.
HSL color Cylindrical-coordinate representation of color #A109FF: hue angle of 277.07º 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 #A109FF is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 9 | 255 | - |
| CMYK | 0.37 | 0.96 | 0 | 0 |
| HSL | 277.07º | 1% | 0.52% | - |
| HSV(B) | 277.07º | 0.96% | 1% | - |
| XYZ | 32.85 | 14.99 | 95.77 | - |
| YUV | 82.49 | 225.36 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 255 | 0.37 | 0.96 | 0 | 0 | 277.07 | 1 | 0.52 |
| Hex | A1 | 9 | FF | 25 | 60 | 0 | 0 | 115 | 64 | 34 |
| Octal | 241 | 11 | 377 | 45 | 140 | 0 | 0 | 425 | 144 | 64 |
| Binary | 10100001 | 1001 | 11111111 | 100101 | 1100000 | 0 | 0 | 100010101 | 1100100 | 110100 |
Color Harmonies of #A109FF
Complementary color
Monochromatic Colors of #A109FF
Black with #A109FF
Text Example
Text Example
White with #A109FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A109FF; }
p { color: rgb(161,9,255); }
H1.HeaderClassName
{
color: #A109FF;
}
.AnyTagClassName
{
color: #A109FF;
}
</style>
background-color css
<style>
a { background-color: #A109FF; }
a { background-color: rgb(161,9,255); }
div.DivClassName
{
background-color: #A109FF;
}
.BgClassName
{
background-color: #A109FF;
}
</style>
border-color css
<style>
span { border-color: #A109FF; }
span { border-color: rgb(161,9,255); }
td.TdClassName
{
border-color: #A109FF;
}
.TagClassName
{
border-color: #A109FF;
}
</style>