Shades of Electric Purple #A40CFC
Tints of Electric Purple #A40CFC
RGB
CMYK
RGB Variations
Color information
#A40CFC (or 0xA40CFC) is known color: Electric Purple. HEX triplet: A4, 0C and FC. RGB value is (164,12,252). Sum of RGB (Red+Green+Blue) = 164+12+252=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #A40CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40CFC is #5BF303. Grayscale: #545454. Windows color (decimal): -6025988 or 16518308. OLE color: 16518308.
HSL color Cylindrical-coordinate representation of color #A40CFC: hue angle of 278º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40CFC is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 12 | 252 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.01 |
| HSL | 278º | 0.98% | 0.52% | - |
| HSV(B) | 278º | 0.95% | 0.99% | - |
| XYZ | 33.01 | 15.18 | 93.29 | - |
| YUV | 84.81 | 222.36 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 252 | 0.35 | 0.95 | 0 | 0.01 | 278 | 0.98 | 0.52 |
| Hex | A4 | C | FC | 23 | 5F | 0 | 1 | 116 | 62 | 34 |
| Octal | 244 | 14 | 374 | 43 | 137 | 0 | 1 | 426 | 142 | 64 |
| Binary | 10100100 | 1100 | 11111100 | 100011 | 1011111 | 0 | 1 | 100010110 | 1100010 | 110100 |
Color Harmonies of #A40CFC
Complementary color
Monochromatic Colors of #A40CFC
Black with #A40CFC
Text Example
Text Example
White with #A40CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40CFC; }
p { color: rgb(164,12,252); }
H1.HeaderClassName
{
color: #A40CFC;
}
.AnyTagClassName
{
color: #A40CFC;
}
</style>
background-color css
<style>
a { background-color: #A40CFC; }
a { background-color: rgb(164,12,252); }
div.DivClassName
{
background-color: #A40CFC;
}
.BgClassName
{
background-color: #A40CFC;
}
</style>
border-color css
<style>
span { border-color: #A40CFC; }
span { border-color: rgb(164,12,252); }
td.TdClassName
{
border-color: #A40CFC;
}
.TagClassName
{
border-color: #A40CFC;
}
</style>