Shades of Electric Purple #A718F3
Tints of Electric Purple #A718F3
RGB
CMYK
RGB Variations
Color information
#A718F3 (or 0xA718F3) is known color: Electric Purple. HEX triplet: A7, 18 and F3. RGB value is (167,24,243). Sum of RGB (Red+Green+Blue) = 167+24+243=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 243 (95.31% from 255 or 55.99% from 434); Max value from RGB is 243 - color contains mainly: blue. Hex color #A718F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A718F3 is #58E70C. Grayscale: #5A5A5A. Windows color (decimal): -5826317 or 15931559. OLE color: 15931559.
HSL color Cylindrical-coordinate representation of color #A718F3: hue angle of 279.18º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A718F3 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 24 | 243 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.05 |
| HSL | 279.18º | 0.9% | 0.52% | - |
| HSV(B) | 279.18º | 0.9% | 0.95% | - |
| XYZ | 32.44 | 15.34 | 86.05 | - |
| YUV | 91.72 | 213.38 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 24 | 243 | 0.31 | 0.90 | 0 | 0.05 | 279.18 | 0.9 | 0.52 |
| Hex | A7 | 18 | F3 | 1F | 5A | 0 | 5 | 117 | 5A | 34 |
| Octal | 247 | 30 | 363 | 37 | 132 | 0 | 5 | 427 | 132 | 64 |
| Binary | 10100111 | 11000 | 11110011 | 11111 | 1011010 | 0 | 101 | 100010111 | 1011010 | 110100 |
Color Harmonies of #A718F3
Complementary color
Monochromatic Colors of #A718F3
Black with #A718F3
Text Example
Text Example
White with #A718F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A718F3; }
p { color: rgb(167,24,243); }
H1.HeaderClassName
{
color: #A718F3;
}
.AnyTagClassName
{
color: #A718F3;
}
</style>
background-color css
<style>
a { background-color: #A718F3; }
a { background-color: rgb(167,24,243); }
div.DivClassName
{
background-color: #A718F3;
}
.BgClassName
{
background-color: #A718F3;
}
</style>
border-color css
<style>
span { border-color: #A718F3; }
span { border-color: rgb(167,24,243); }
td.TdClassName
{
border-color: #A718F3;
}
.TagClassName
{
border-color: #A718F3;
}
</style>