Shades of Electric Purple #A818F4
Tints of Electric Purple #A818F4
RGB
CMYK
RGB Variations
Color information
#A818F4 (or 0xA818F4) is known color: Electric Purple. HEX triplet: A8, 18 and F4. RGB value is (168,24,244). Sum of RGB (Red+Green+Blue) = 168+24+244=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 244 (95.70% from 255 or 55.96% from 436); Max value from RGB is 244 - color contains mainly: blue. Hex color #A818F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A818F4 is #57E70B. Grayscale: #5B5B5B. Windows color (decimal): -5760780 or 15997096. OLE color: 15997096.
HSL color Cylindrical-coordinate representation of color #A818F4: hue angle of 279.27º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A818F4 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 24 | 244 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.04 |
| HSL | 279.27º | 0.91% | 0.53% | - |
| HSV(B) | 279.27º | 0.9% | 0.96% | - |
| XYZ | 32.8 | 15.51 | 86.85 | - |
| YUV | 92.14 | 213.71 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 244 | 0.31 | 0.90 | 0 | 0.04 | 279.27 | 0.91 | 0.53 |
| Hex | A8 | 18 | F4 | 1F | 5A | 0 | 4 | 117 | 5B | 35 |
| Octal | 250 | 30 | 364 | 37 | 132 | 0 | 4 | 427 | 133 | 65 |
| Binary | 10101000 | 11000 | 11110100 | 11111 | 1011010 | 0 | 100 | 100010111 | 1011011 | 110101 |
Color Harmonies of #A818F4
Complementary color
Monochromatic Colors of #A818F4
Black with #A818F4
Text Example
Text Example
White with #A818F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A818F4; }
p { color: rgb(168,24,244); }
H1.HeaderClassName
{
color: #A818F4;
}
.AnyTagClassName
{
color: #A818F4;
}
</style>
background-color css
<style>
a { background-color: #A818F4; }
a { background-color: rgb(168,24,244); }
div.DivClassName
{
background-color: #A818F4;
}
.BgClassName
{
background-color: #A818F4;
}
</style>
border-color css
<style>
span { border-color: #A818F4; }
span { border-color: rgb(168,24,244); }
td.TdClassName
{
border-color: #A818F4;
}
.TagClassName
{
border-color: #A818F4;
}
</style>