Shades of Electric Purple #A407FD
Tints of Electric Purple #A407FD
RGB
CMYK
RGB Variations
Color information
#A407FD (or 0xA407FD) is known color: Electric Purple. HEX triplet: A4, 07 and FD. RGB value is (164,7,253). Sum of RGB (Red+Green+Blue) = 164+7+253=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 7 (3.12% from 255 or 1.65% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #A407FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A407FD is #5BF802. Grayscale: #515151. Windows color (decimal): -6027267 or 16582564. OLE color: 16582564.
HSL color Cylindrical-coordinate representation of color #A407FD: hue angle of 278.29º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A407FD is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 7 | 253 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.01 |
| HSL | 278.29º | 0.98% | 0.51% | - |
| HSV(B) | 278.29º | 0.97% | 0.99% | - |
| XYZ | 33.12 | 15.14 | 94.1 | - |
| YUV | 81.99 | 224.51 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 253 | 0.35 | 0.97 | 0 | 0.01 | 278.29 | 0.98 | 0.51 |
| Hex | A4 | 7 | FD | 23 | 61 | 0 | 1 | 116 | 62 | 33 |
| Octal | 244 | 7 | 375 | 43 | 141 | 0 | 1 | 426 | 142 | 63 |
| Binary | 10100100 | 111 | 11111101 | 100011 | 1100001 | 0 | 1 | 100010110 | 1100010 | 110011 |
Color Harmonies of #A407FD
Complementary color
Monochromatic Colors of #A407FD
Black with #A407FD
Text Example
Text Example
White with #A407FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407FD; }
p { color: rgb(164,7,253); }
H1.HeaderClassName
{
color: #A407FD;
}
.AnyTagClassName
{
color: #A407FD;
}
</style>
background-color css
<style>
a { background-color: #A407FD; }
a { background-color: rgb(164,7,253); }
div.DivClassName
{
background-color: #A407FD;
}
.BgClassName
{
background-color: #A407FD;
}
</style>
border-color css
<style>
span { border-color: #A407FD; }
span { border-color: rgb(164,7,253); }
td.TdClassName
{
border-color: #A407FD;
}
.TagClassName
{
border-color: #A407FD;
}
</style>