Shades of Electric Purple #A81CF4
Tints of Electric Purple #A81CF4
RGB
CMYK
RGB Variations
Color information
#A81CF4 (or 0xA81CF4) is known color: Electric Purple. HEX triplet: A8, 1C and F4. RGB value is (168,28,244). Sum of RGB (Red+Green+Blue) = 168+28+244=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 28 (11.33% from 255 or 6.36% from 440); Blue value is 244 (95.70% from 255 or 55.45% from 440); Max value from RGB is 244 - color contains mainly: blue. Hex color #A81CF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81CF4 is #57E30B. Grayscale: #5D5D5D. Windows color (decimal): -5759756 or 15998120. OLE color: 15998120.
HSL color Cylindrical-coordinate representation of color #A81CF4: hue angle of 278.89º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81CF4 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 28 | 244 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.04 |
| HSL | 278.89º | 0.91% | 0.53% | - |
| HSV(B) | 278.89º | 0.89% | 0.96% | - |
| XYZ | 32.89 | 15.69 | 86.88 | - |
| YUV | 94.48 | 212.38 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 244 | 0.31 | 0.89 | 0 | 0.04 | 278.89 | 0.91 | 0.53 |
| Hex | A8 | 1C | F4 | 1F | 59 | 0 | 4 | 117 | 5B | 35 |
| Octal | 250 | 34 | 364 | 37 | 131 | 0 | 4 | 427 | 133 | 65 |
| Binary | 10101000 | 11100 | 11110100 | 11111 | 1011001 | 0 | 100 | 100010111 | 1011011 | 110101 |
Color Harmonies of #A81CF4
Complementary color
Monochromatic Colors of #A81CF4
Black with #A81CF4
Text Example
Text Example
White with #A81CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81CF4; }
p { color: rgb(168,28,244); }
H1.HeaderClassName
{
color: #A81CF4;
}
.AnyTagClassName
{
color: #A81CF4;
}
</style>
background-color css
<style>
a { background-color: #A81CF4; }
a { background-color: rgb(168,28,244); }
div.DivClassName
{
background-color: #A81CF4;
}
.BgClassName
{
background-color: #A81CF4;
}
</style>
border-color css
<style>
span { border-color: #A81CF4; }
span { border-color: rgb(168,28,244); }
td.TdClassName
{
border-color: #A81CF4;
}
.TagClassName
{
border-color: #A81CF4;
}
</style>