Shades of Electric Purple #A818F9
Tints of Electric Purple #A818F9
RGB
CMYK
RGB Variations
Color information
#A818F9 (or 0xA818F9) is known color: Electric Purple. HEX triplet: A8, 18 and F9. RGB value is (168,24,249). Sum of RGB (Red+Green+Blue) = 168+24+249=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 249 (97.66% from 255 or 56.46% from 441); Max value from RGB is 249 - color contains mainly: blue. Hex color #A818F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A818F9 is #57E706. Grayscale: #5B5B5B. Windows color (decimal): -5760775 or 16324776. OLE color: 16324776.
HSL color Cylindrical-coordinate representation of color #A818F9: hue angle of 278.4º 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 #A818F9 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 24 | 249 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.02 |
| HSL | 278.4º | 0.95% | 0.54% | - |
| HSV(B) | 278.4º | 0.9% | 0.98% | - |
| XYZ | 33.57 | 15.82 | 90.91 | - |
| YUV | 92.71 | 216.21 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 249 | 0.33 | 0.90 | 0 | 0.02 | 278.4 | 0.95 | 0.54 |
| Hex | A8 | 18 | F9 | 21 | 5A | 0 | 2 | 116 | 5F | 36 |
| Octal | 250 | 30 | 371 | 41 | 132 | 0 | 2 | 426 | 137 | 66 |
| Binary | 10101000 | 11000 | 11111001 | 100001 | 1011010 | 0 | 10 | 100010110 | 1011111 | 110110 |
Color Harmonies of #A818F9
Complementary color
Monochromatic Colors of #A818F9
Black with #A818F9
Text Example
Text Example
White with #A818F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A818F9; }
p { color: rgb(168,24,249); }
H1.HeaderClassName
{
color: #A818F9;
}
.AnyTagClassName
{
color: #A818F9;
}
</style>
background-color css
<style>
a { background-color: #A818F9; }
a { background-color: rgb(168,24,249); }
div.DivClassName
{
background-color: #A818F9;
}
.BgClassName
{
background-color: #A818F9;
}
</style>
border-color css
<style>
span { border-color: #A818F9; }
span { border-color: rgb(168,24,249); }
td.TdClassName
{
border-color: #A818F9;
}
.TagClassName
{
border-color: #A818F9;
}
</style>