Shades of Electric Purple #A714F2
Tints of Electric Purple #A714F2
RGB
CMYK
RGB Variations
Color information
#A714F2 (or 0xA714F2) is known color: Electric Purple. HEX triplet: A7, 14 and F2. RGB value is (167,20,242). Sum of RGB (Red+Green+Blue) = 167+20+242=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 242 (94.92% from 255 or 56.41% from 429); Max value from RGB is 242 - color contains mainly: blue. Hex color #A714F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A714F2 is #58EB0D. Grayscale: #585858. Windows color (decimal): -5827342 or 15864999. OLE color: 15864999.
HSL color Cylindrical-coordinate representation of color #A714F2: hue angle of 279.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A714F2 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 20 | 242 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.05 |
| HSL | 279.73º | 0.9% | 0.51% | - |
| HSV(B) | 279.73º | 0.92% | 0.95% | - |
| XYZ | 32.21 | 15.13 | 85.23 | - |
| YUV | 89.26 | 214.2 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 20 | 242 | 0.31 | 0.92 | 0 | 0.05 | 279.73 | 0.9 | 0.51 |
| Hex | A7 | 14 | F2 | 1F | 5C | 0 | 5 | 118 | 5A | 33 |
| Octal | 247 | 24 | 362 | 37 | 134 | 0 | 5 | 430 | 132 | 63 |
| Binary | 10100111 | 10100 | 11110010 | 11111 | 1011100 | 0 | 101 | 100011000 | 1011010 | 110011 |
Color Harmonies of #A714F2
Complementary color
Monochromatic Colors of #A714F2
Black with #A714F2
Text Example
Text Example
White with #A714F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A714F2; }
p { color: rgb(167,20,242); }
H1.HeaderClassName
{
color: #A714F2;
}
.AnyTagClassName
{
color: #A714F2;
}
</style>
background-color css
<style>
a { background-color: #A714F2; }
a { background-color: rgb(167,20,242); }
div.DivClassName
{
background-color: #A714F2;
}
.BgClassName
{
background-color: #A714F2;
}
</style>
border-color css
<style>
span { border-color: #A714F2; }
span { border-color: rgb(167,20,242); }
td.TdClassName
{
border-color: #A714F2;
}
.TagClassName
{
border-color: #A714F2;
}
</style>