Shades of Electric Purple #A714FF
Tints of Electric Purple #A714FF
RGB
CMYK
RGB Variations
Color information
#A714FF (or 0xA714FF) is known color: Electric Purple. HEX triplet: A7, 14 and FF. RGB value is (167,20,255). Sum of RGB (Red+Green+Blue) = 167+20+255=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 20 (8.20% from 255 or 4.52% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #A714FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A714FF is #58EB00. Grayscale: #595959. Windows color (decimal): -5827329 or 16716967. OLE color: 16716967.
HSL color Cylindrical-coordinate representation of color #A714FF: hue angle of 277.53º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A714FF is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 20 | 255 | - |
| CMYK | 0.35 | 0.92 | 0 | 0 |
| HSL | 277.53º | 1% | 0.54% | - |
| HSV(B) | 277.53º | 0.92% | 1% | - |
| XYZ | 34.24 | 15.94 | 95.88 | - |
| YUV | 90.74 | 220.7 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 20 | 255 | 0.35 | 0.92 | 0 | 0 | 277.53 | 1 | 0.54 |
| Hex | A7 | 14 | FF | 23 | 5C | 0 | 0 | 116 | 64 | 36 |
| Octal | 247 | 24 | 377 | 43 | 134 | 0 | 0 | 426 | 144 | 66 |
| Binary | 10100111 | 10100 | 11111111 | 100011 | 1011100 | 0 | 0 | 100010110 | 1100100 | 110110 |
Color Harmonies of #A714FF
Complementary color
Monochromatic Colors of #A714FF
Black with #A714FF
Text Example
Text Example
White with #A714FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A714FF; }
p { color: rgb(167,20,255); }
H1.HeaderClassName
{
color: #A714FF;
}
.AnyTagClassName
{
color: #A714FF;
}
</style>
background-color css
<style>
a { background-color: #A714FF; }
a { background-color: rgb(167,20,255); }
div.DivClassName
{
background-color: #A714FF;
}
.BgClassName
{
background-color: #A714FF;
}
</style>
border-color css
<style>
span { border-color: #A714FF; }
span { border-color: rgb(167,20,255); }
td.TdClassName
{
border-color: #A714FF;
}
.TagClassName
{
border-color: #A714FF;
}
</style>