Shades of Electric Purple #A718FF
Tints of Electric Purple #A718FF
RGB
CMYK
RGB Variations
Color information
#A718FF (or 0xA718FF) is known color: Electric Purple. HEX triplet: A7, 18 and FF. RGB value is (167,24,255). Sum of RGB (Red+Green+Blue) = 167+24+255=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #A718FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A718FF is #58E700. Grayscale: #5C5C5C. Windows color (decimal): -5826305 or 16717991. OLE color: 16717991.
HSL color Cylindrical-coordinate representation of color #A718FF: hue angle of 277.14º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A718FF is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 24 | 255 | - |
| CMYK | 0.35 | 0.91 | 0 | 0 |
| HSL | 277.14º | 1% | 0.55% | - |
| HSV(B) | 277.14º | 0.91% | 1% | - |
| XYZ | 34.31 | 16.09 | 95.9 | - |
| YUV | 93.09 | 219.38 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 24 | 255 | 0.35 | 0.91 | 0 | 0 | 277.14 | 1 | 0.55 |
| Hex | A7 | 18 | FF | 23 | 5B | 0 | 0 | 115 | 64 | 37 |
| Octal | 247 | 30 | 377 | 43 | 133 | 0 | 0 | 425 | 144 | 67 |
| Binary | 10100111 | 11000 | 11111111 | 100011 | 1011011 | 0 | 0 | 100010101 | 1100100 | 110111 |
Color Harmonies of #A718FF
Complementary color
Monochromatic Colors of #A718FF
Black with #A718FF
Text Example
Text Example
White with #A718FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A718FF; }
p { color: rgb(167,24,255); }
H1.HeaderClassName
{
color: #A718FF;
}
.AnyTagClassName
{
color: #A718FF;
}
</style>
background-color css
<style>
a { background-color: #A718FF; }
a { background-color: rgb(167,24,255); }
div.DivClassName
{
background-color: #A718FF;
}
.BgClassName
{
background-color: #A718FF;
}
</style>
border-color css
<style>
span { border-color: #A718FF; }
span { border-color: rgb(167,24,255); }
td.TdClassName
{
border-color: #A718FF;
}
.TagClassName
{
border-color: #A718FF;
}
</style>