Shades of Electric Purple #A811F8
Tints of Electric Purple #A811F8
RGB
CMYK
RGB Variations
Color information
#A811F8 (or 0xA811F8) is known color: Electric Purple. HEX triplet: A8, 11 and F8. RGB value is (168,17,248). Sum of RGB (Red+Green+Blue) = 168+17+248=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 17 (7.03% from 255 or 3.93% from 433); Blue value is 248 (97.27% from 255 or 57.27% from 433); Max value from RGB is 248 - color contains mainly: blue. Hex color #A811F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A811F8 is #57EE07. Grayscale: #575757. Windows color (decimal): -5762568 or 16257448. OLE color: 16257448.
HSL color Cylindrical-coordinate representation of color #A811F8: hue angle of 279.22º degrees, saturation: 0.94, 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 #A811F8 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 17 | 248 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.03 |
| HSL | 279.22º | 0.94% | 0.52% | - |
| HSV(B) | 279.22º | 0.93% | 0.97% | - |
| XYZ | 33.29 | 15.5 | 90.04 | - |
| YUV | 88.48 | 218.03 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 248 | 0.32 | 0.93 | 0 | 0.03 | 279.22 | 0.94 | 0.52 |
| Hex | A8 | 11 | F8 | 20 | 5D | 0 | 3 | 117 | 5E | 34 |
| Octal | 250 | 21 | 370 | 40 | 135 | 0 | 3 | 427 | 136 | 64 |
| Binary | 10101000 | 10001 | 11111000 | 100000 | 1011101 | 0 | 11 | 100010111 | 1011110 | 110100 |
Color Harmonies of #A811F8
Complementary color
Monochromatic Colors of #A811F8
Black with #A811F8
Text Example
Text Example
White with #A811F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811F8; }
p { color: rgb(168,17,248); }
H1.HeaderClassName
{
color: #A811F8;
}
.AnyTagClassName
{
color: #A811F8;
}
</style>
background-color css
<style>
a { background-color: #A811F8; }
a { background-color: rgb(168,17,248); }
div.DivClassName
{
background-color: #A811F8;
}
.BgClassName
{
background-color: #A811F8;
}
</style>
border-color css
<style>
span { border-color: #A811F8; }
span { border-color: rgb(168,17,248); }
td.TdClassName
{
border-color: #A811F8;
}
.TagClassName
{
border-color: #A811F8;
}
</style>