Shades of Electric Purple #A509FF
Tints of Electric Purple #A509FF
RGB
CMYK
RGB Variations
Color information
#A509FF (or 0xA509FF) is known color: Electric Purple. HEX triplet: A5, 09 and FF. RGB value is (165,9,255). Sum of RGB (Red+Green+Blue) = 165+9+255=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 9 (3.91% from 255 or 2.10% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #A509FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A509FF is #5AF600. Grayscale: #525252. Windows color (decimal): -5961217 or 16714149. OLE color: 16714149.
HSL color Cylindrical-coordinate representation of color #A509FF: hue angle of 278.05º 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 #A509FF is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 9 | 255 | - |
| CMYK | 0.35 | 0.96 | 0 | 0 |
| HSL | 278.05º | 1% | 0.52% | - |
| HSV(B) | 278.05º | 0.96% | 1% | - |
| XYZ | 33.66 | 15.41 | 95.81 | - |
| YUV | 83.69 | 224.68 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 9 | 255 | 0.35 | 0.96 | 0 | 0 | 278.05 | 1 | 0.52 |
| Hex | A5 | 9 | FF | 23 | 60 | 0 | 0 | 116 | 64 | 34 |
| Octal | 245 | 11 | 377 | 43 | 140 | 0 | 0 | 426 | 144 | 64 |
| Binary | 10100101 | 1001 | 11111111 | 100011 | 1100000 | 0 | 0 | 100010110 | 1100100 | 110100 |
Color Harmonies of #A509FF
Complementary color
Monochromatic Colors of #A509FF
Black with #A509FF
Text Example
Text Example
White with #A509FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A509FF; }
p { color: rgb(165,9,255); }
H1.HeaderClassName
{
color: #A509FF;
}
.AnyTagClassName
{
color: #A509FF;
}
</style>
background-color css
<style>
a { background-color: #A509FF; }
a { background-color: rgb(165,9,255); }
div.DivClassName
{
background-color: #A509FF;
}
.BgClassName
{
background-color: #A509FF;
}
</style>
border-color css
<style>
span { border-color: #A509FF; }
span { border-color: rgb(165,9,255); }
td.TdClassName
{
border-color: #A509FF;
}
.TagClassName
{
border-color: #A509FF;
}
</style>