Shades of Electric Purple #A812F7
Tints of Electric Purple #A812F7
RGB
CMYK
RGB Variations
Color information
#A812F7 (or 0xA812F7) is known color: Electric Purple. HEX triplet: A8, 12 and F7. RGB value is (168,18,247). Sum of RGB (Red+Green+Blue) = 168+18+247=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 247 (96.88% from 255 or 57.04% from 433); Max value from RGB is 247 - color contains mainly: blue. Hex color #A812F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A812F7 is #57ED08. Grayscale: #585858. Windows color (decimal): -5762313 or 16192168. OLE color: 16192168.
HSL color Cylindrical-coordinate representation of color #A812F7: hue angle of 279.3º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A812F7 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 18 | 247 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.03 |
| HSL | 279.3º | 0.93% | 0.52% | - |
| HSV(B) | 279.3º | 0.93% | 0.97% | - |
| XYZ | 33.15 | 15.47 | 89.23 | - |
| YUV | 88.96 | 217.2 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 247 | 0.32 | 0.93 | 0 | 0.03 | 279.3 | 0.93 | 0.52 |
| Hex | A8 | 12 | F7 | 20 | 5D | 0 | 3 | 117 | 5D | 34 |
| Octal | 250 | 22 | 367 | 40 | 135 | 0 | 3 | 427 | 135 | 64 |
| Binary | 10101000 | 10010 | 11110111 | 100000 | 1011101 | 0 | 11 | 100010111 | 1011101 | 110100 |
Color Harmonies of #A812F7
Complementary color
Monochromatic Colors of #A812F7
Black with #A812F7
Text Example
Text Example
White with #A812F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A812F7; }
p { color: rgb(168,18,247); }
H1.HeaderClassName
{
color: #A812F7;
}
.AnyTagClassName
{
color: #A812F7;
}
</style>
background-color css
<style>
a { background-color: #A812F7; }
a { background-color: rgb(168,18,247); }
div.DivClassName
{
background-color: #A812F7;
}
.BgClassName
{
background-color: #A812F7;
}
</style>
border-color css
<style>
span { border-color: #A812F7; }
span { border-color: rgb(168,18,247); }
td.TdClassName
{
border-color: #A812F7;
}
.TagClassName
{
border-color: #A812F7;
}
</style>