Shades of Electric Purple #A70CFD
Tints of Electric Purple #A70CFD
RGB
CMYK
RGB Variations
Color information
#A70CFD (or 0xA70CFD) is known color: Electric Purple. HEX triplet: A7, 0C and FD. RGB value is (167,12,253). Sum of RGB (Red+Green+Blue) = 167+12+253=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #A70CFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70CFD is #58F302. Grayscale: #555555. Windows color (decimal): -5829379 or 16583847. OLE color: 16583847.
HSL color Cylindrical-coordinate representation of color #A70CFD: hue angle of 278.59º 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 #A70CFD is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 12 | 253 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.01 |
| HSL | 278.59º | 0.98% | 0.52% | - |
| HSV(B) | 278.59º | 0.95% | 0.99% | - |
| XYZ | 33.8 | 15.57 | 94.15 | - |
| YUV | 85.82 | 222.35 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 253 | 0.34 | 0.95 | 0 | 0.01 | 278.59 | 0.98 | 0.52 |
| Hex | A7 | C | FD | 22 | 5F | 0 | 1 | 117 | 62 | 34 |
| Octal | 247 | 14 | 375 | 42 | 137 | 0 | 1 | 427 | 142 | 64 |
| Binary | 10100111 | 1100 | 11111101 | 100010 | 1011111 | 0 | 1 | 100010111 | 1100010 | 110100 |
Color Harmonies of #A70CFD
Complementary color
Monochromatic Colors of #A70CFD
Black with #A70CFD
Text Example
Text Example
White with #A70CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70CFD; }
p { color: rgb(167,12,253); }
H1.HeaderClassName
{
color: #A70CFD;
}
.AnyTagClassName
{
color: #A70CFD;
}
</style>
background-color css
<style>
a { background-color: #A70CFD; }
a { background-color: rgb(167,12,253); }
div.DivClassName
{
background-color: #A70CFD;
}
.BgClassName
{
background-color: #A70CFD;
}
</style>
border-color css
<style>
span { border-color: #A70CFD; }
span { border-color: rgb(167,12,253); }
td.TdClassName
{
border-color: #A70CFD;
}
.TagClassName
{
border-color: #A70CFD;
}
</style>