Shades of Electric Purple #A505F9
Tints of Electric Purple #A505F9
RGB
CMYK
RGB Variations
Color information
#A505F9 (or 0xA505F9) is known color: Electric Purple. HEX triplet: A5, 05 and F9. RGB value is (165,5,249). Sum of RGB (Red+Green+Blue) = 165+5+249=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 249 (97.66% from 255 or 59.43% from 419); Max value from RGB is 249 - color contains mainly: blue. Hex color #A505F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A505F9 is #5AFA06. Grayscale: #4F4F4F. Windows color (decimal): -5962247 or 16319909. OLE color: 16319909.
HSL color Cylindrical-coordinate representation of color #A505F9: hue angle of 279.34º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A505F9 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 5 | 249 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.02 |
| HSL | 279.34º | 0.96% | 0.5% | - |
| HSV(B) | 279.34º | 0.98% | 0.98% | - |
| XYZ | 32.67 | 14.95 | 90.79 | - |
| YUV | 80.66 | 223.01 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 249 | 0.34 | 0.98 | 0 | 0.02 | 279.34 | 0.96 | 0.5 |
| Hex | A5 | 5 | F9 | 22 | 62 | 0 | 2 | 117 | 60 | 32 |
| Octal | 245 | 5 | 371 | 42 | 142 | 0 | 2 | 427 | 140 | 62 |
| Binary | 10100101 | 101 | 11111001 | 100010 | 1100010 | 0 | 10 | 100010111 | 1100000 | 110010 |
Color Harmonies of #A505F9
Complementary color
Monochromatic Colors of #A505F9
Black with #A505F9
Text Example
Text Example
White with #A505F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A505F9; }
p { color: rgb(165,5,249); }
H1.HeaderClassName
{
color: #A505F9;
}
.AnyTagClassName
{
color: #A505F9;
}
</style>
background-color css
<style>
a { background-color: #A505F9; }
a { background-color: rgb(165,5,249); }
div.DivClassName
{
background-color: #A505F9;
}
.BgClassName
{
background-color: #A505F9;
}
</style>
border-color css
<style>
span { border-color: #A505F9; }
span { border-color: rgb(165,5,249); }
td.TdClassName
{
border-color: #A505F9;
}
.TagClassName
{
border-color: #A505F9;
}
</style>