Shades of Electric Purple #A518F9
Tints of Electric Purple #A518F9
RGB
CMYK
RGB Variations
Color information
#A518F9 (or 0xA518F9) is known color: Electric Purple. HEX triplet: A5, 18 and F9. RGB value is (165,24,249). Sum of RGB (Red+Green+Blue) = 165+24+249=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 249 (97.66% from 255 or 56.85% from 438); Max value from RGB is 249 - color contains mainly: blue. Hex color #A518F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A518F9 is #5AE706. Grayscale: #5B5B5B. Windows color (decimal): -5957383 or 16324773. OLE color: 16324773.
HSL color Cylindrical-coordinate representation of color #A518F9: hue angle of 277.6º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A518F9 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 24 | 249 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.02 |
| HSL | 277.6º | 0.95% | 0.54% | - |
| HSV(B) | 277.6º | 0.9% | 0.98% | - |
| XYZ | 32.94 | 15.49 | 90.88 | - |
| YUV | 91.81 | 216.71 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 24 | 249 | 0.34 | 0.90 | 0 | 0.02 | 277.6 | 0.95 | 0.54 |
| Hex | A5 | 18 | F9 | 22 | 5A | 0 | 2 | 116 | 5F | 36 |
| Octal | 245 | 30 | 371 | 42 | 132 | 0 | 2 | 426 | 137 | 66 |
| Binary | 10100101 | 11000 | 11111001 | 100010 | 1011010 | 0 | 10 | 100010110 | 1011111 | 110110 |
Color Harmonies of #A518F9
Complementary color
Monochromatic Colors of #A518F9
Black with #A518F9
Text Example
Text Example
White with #A518F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A518F9; }
p { color: rgb(165,24,249); }
H1.HeaderClassName
{
color: #A518F9;
}
.AnyTagClassName
{
color: #A518F9;
}
</style>
background-color css
<style>
a { background-color: #A518F9; }
a { background-color: rgb(165,24,249); }
div.DivClassName
{
background-color: #A518F9;
}
.BgClassName
{
background-color: #A518F9;
}
</style>
border-color css
<style>
span { border-color: #A518F9; }
span { border-color: rgb(165,24,249); }
td.TdClassName
{
border-color: #A518F9;
}
.TagClassName
{
border-color: #A518F9;
}
</style>