Shades of Electric Purple #A718EF
Tints of Electric Purple #A718EF
RGB
CMYK
RGB Variations
Color information
#A718EF (or 0xA718EF) is known color: Electric Purple. HEX triplet: A7, 18 and EF. RGB value is (167,24,239). Sum of RGB (Red+Green+Blue) = 167+24+239=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #A718EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A718EF is #58E710. Grayscale: #5A5A5A. Windows color (decimal): -5826321 or 15669415. OLE color: 15669415.
HSL color Cylindrical-coordinate representation of color #A718EF: hue angle of 279.91º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A718EF is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 24 | 239 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.06 |
| HSL | 279.91º | 0.87% | 0.52% | - |
| HSV(B) | 279.91º | 0.9% | 0.94% | - |
| XYZ | 31.84 | 15.1 | 82.9 | - |
| YUV | 91.27 | 211.38 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 24 | 239 | 0.30 | 0.90 | 0 | 0.06 | 279.91 | 0.87 | 0.52 |
| Hex | A7 | 18 | EF | 1E | 5A | 0 | 6 | 118 | 57 | 34 |
| Octal | 247 | 30 | 357 | 36 | 132 | 0 | 6 | 430 | 127 | 64 |
| Binary | 10100111 | 11000 | 11101111 | 11110 | 1011010 | 0 | 110 | 100011000 | 1010111 | 110100 |
Color Harmonies of #A718EF
Complementary color
Monochromatic Colors of #A718EF
Black with #A718EF
Text Example
Text Example
White with #A718EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A718EF; }
p { color: rgb(167,24,239); }
H1.HeaderClassName
{
color: #A718EF;
}
.AnyTagClassName
{
color: #A718EF;
}
</style>
background-color css
<style>
a { background-color: #A718EF; }
a { background-color: rgb(167,24,239); }
div.DivClassName
{
background-color: #A718EF;
}
.BgClassName
{
background-color: #A718EF;
}
</style>
border-color css
<style>
span { border-color: #A718EF; }
span { border-color: rgb(167,24,239); }
td.TdClassName
{
border-color: #A718EF;
}
.TagClassName
{
border-color: #A718EF;
}
</style>