Shades of Electric Purple #A818F6
Tints of Electric Purple #A818F6
RGB
CMYK
RGB Variations
Color information
#A818F6 (or 0xA818F6) is known color: Electric Purple. HEX triplet: A8, 18 and F6. RGB value is (168,24,246). Sum of RGB (Red+Green+Blue) = 168+24+246=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 246 (96.48% from 255 or 56.16% from 438); Max value from RGB is 246 - color contains mainly: blue. Hex color #A818F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A818F6 is #57E709. Grayscale: #5B5B5B. Windows color (decimal): -5760778 or 16128168. OLE color: 16128168.
HSL color Cylindrical-coordinate representation of color #A818F6: hue angle of 278.92º degrees, saturation: 0.93, 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 #A818F6 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 24 | 246 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.04 |
| HSL | 278.92º | 0.93% | 0.53% | - |
| HSV(B) | 278.92º | 0.9% | 0.96% | - |
| XYZ | 33.11 | 15.63 | 88.46 | - |
| YUV | 92.36 | 214.71 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 246 | 0.32 | 0.90 | 0 | 0.04 | 278.92 | 0.93 | 0.53 |
| Hex | A8 | 18 | F6 | 20 | 5A | 0 | 4 | 117 | 5C | 35 |
| Octal | 250 | 30 | 366 | 40 | 132 | 0 | 4 | 427 | 134 | 65 |
| Binary | 10101000 | 11000 | 11110110 | 100000 | 1011010 | 0 | 100 | 100010111 | 1011100 | 110101 |
Color Harmonies of #A818F6
Complementary color
Monochromatic Colors of #A818F6
Black with #A818F6
Text Example
Text Example
White with #A818F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A818F6; }
p { color: rgb(168,24,246); }
H1.HeaderClassName
{
color: #A818F6;
}
.AnyTagClassName
{
color: #A818F6;
}
</style>
background-color css
<style>
a { background-color: #A818F6; }
a { background-color: rgb(168,24,246); }
div.DivClassName
{
background-color: #A818F6;
}
.BgClassName
{
background-color: #A818F6;
}
</style>
border-color css
<style>
span { border-color: #A818F6; }
span { border-color: rgb(168,24,246); }
td.TdClassName
{
border-color: #A818F6;
}
.TagClassName
{
border-color: #A818F6;
}
</style>