Shades of Electric Purple #A40CFB
Tints of Electric Purple #A40CFB
RGB
CMYK
RGB Variations
Color information
#A40CFB (or 0xA40CFB) is known color: Electric Purple. HEX triplet: A4, 0C and FB. RGB value is (164,12,251). Sum of RGB (Red+Green+Blue) = 164+12+251=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #A40CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40CFB is #5BF304. Grayscale: #535353. Windows color (decimal): -6025989 or 16452772. OLE color: 16452772.
HSL color Cylindrical-coordinate representation of color #A40CFB: hue angle of 278.16º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40CFB is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 12 | 251 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.02 |
| HSL | 278.16º | 0.97% | 0.52% | - |
| HSV(B) | 278.16º | 0.95% | 0.98% | - |
| XYZ | 32.85 | 15.12 | 92.45 | - |
| YUV | 84.69 | 221.86 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 251 | 0.35 | 0.95 | 0 | 0.02 | 278.16 | 0.97 | 0.52 |
| Hex | A4 | C | FB | 23 | 5F | 0 | 2 | 116 | 61 | 34 |
| Octal | 244 | 14 | 373 | 43 | 137 | 0 | 2 | 426 | 141 | 64 |
| Binary | 10100100 | 1100 | 11111011 | 100011 | 1011111 | 0 | 10 | 100010110 | 1100001 | 110100 |
Color Harmonies of #A40CFB
Complementary color
Monochromatic Colors of #A40CFB
Black with #A40CFB
Text Example
Text Example
White with #A40CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40CFB; }
p { color: rgb(164,12,251); }
H1.HeaderClassName
{
color: #A40CFB;
}
.AnyTagClassName
{
color: #A40CFB;
}
</style>
background-color css
<style>
a { background-color: #A40CFB; }
a { background-color: rgb(164,12,251); }
div.DivClassName
{
background-color: #A40CFB;
}
.BgClassName
{
background-color: #A40CFB;
}
</style>
border-color css
<style>
span { border-color: #A40CFB; }
span { border-color: rgb(164,12,251); }
td.TdClassName
{
border-color: #A40CFB;
}
.TagClassName
{
border-color: #A40CFB;
}
</style>