Shades of Electric Purple #A816F7
Tints of Electric Purple #A816F7
RGB
CMYK
RGB Variations
Color information
#A816F7 (or 0xA816F7) is known color: Electric Purple. HEX triplet: A8, 16 and F7. RGB value is (168,22,247). Sum of RGB (Red+Green+Blue) = 168+22+247=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 22 (8.98% from 255 or 5.03% from 437); Blue value is 247 (96.88% from 255 or 56.52% from 437); Max value from RGB is 247 - color contains mainly: blue. Hex color #A816F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A816F7 is #57E908. Grayscale: #5A5A5A. Windows color (decimal): -5761289 or 16193192. OLE color: 16193192.
HSL color Cylindrical-coordinate representation of color #A816F7: hue angle of 278.93º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A816F7 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 22 | 247 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.03 |
| HSL | 278.93º | 0.93% | 0.53% | - |
| HSV(B) | 278.93º | 0.91% | 0.97% | - |
| XYZ | 33.22 | 15.61 | 89.26 | - |
| YUV | 91.3 | 215.87 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 247 | 0.32 | 0.91 | 0 | 0.03 | 278.93 | 0.93 | 0.53 |
| Hex | A8 | 16 | F7 | 20 | 5B | 0 | 3 | 117 | 5D | 35 |
| Octal | 250 | 26 | 367 | 40 | 133 | 0 | 3 | 427 | 135 | 65 |
| Binary | 10101000 | 10110 | 11110111 | 100000 | 1011011 | 0 | 11 | 100010111 | 1011101 | 110101 |
Color Harmonies of #A816F7
Complementary color
Monochromatic Colors of #A816F7
Black with #A816F7
Text Example
Text Example
White with #A816F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816F7; }
p { color: rgb(168,22,247); }
H1.HeaderClassName
{
color: #A816F7;
}
.AnyTagClassName
{
color: #A816F7;
}
</style>
background-color css
<style>
a { background-color: #A816F7; }
a { background-color: rgb(168,22,247); }
div.DivClassName
{
background-color: #A816F7;
}
.BgClassName
{
background-color: #A816F7;
}
</style>
border-color css
<style>
span { border-color: #A816F7; }
span { border-color: rgb(168,22,247); }
td.TdClassName
{
border-color: #A816F7;
}
.TagClassName
{
border-color: #A816F7;
}
</style>