Shades of Electric Purple #A400FD
Tints of Electric Purple #A400FD
RGB
CMYK
RGB Variations
Color information
#A400FD (or 0xA400FD) is known color: Electric Purple. HEX triplet: A4, 00 and FD. RGB value is (164,0,253). Sum of RGB (Red+Green+Blue) = 164+0+253=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #A400FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A400FD is #5BFF02. Grayscale: #4D4D4D. Windows color (decimal): -6029059 or 16580772. OLE color: 16580772.
HSL color Cylindrical-coordinate representation of color #A400FD: hue angle of 278.89º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400FD is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 0 | 253 | - |
| CMYK | 0.35 | 1 | 0 | 0.01 |
| HSL | 278.89º | 1% | 0.5% | - |
| HSV(B) | 278.89º | 1% | 0.99% | - |
| XYZ | 33.04 | 14.98 | 94.08 | - |
| YUV | 77.88 | 226.83 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 253 | 0.35 | 1 | 0 | 0.01 | 278.89 | 1 | 0.5 |
| Hex | A4 | 0 | FD | 23 | 64 | 0 | 1 | 117 | 64 | 32 |
| Octal | 244 | 0 | 375 | 43 | 144 | 0 | 1 | 427 | 144 | 62 |
| Binary | 10100100 | 0 | 11111101 | 100011 | 1100100 | 0 | 1 | 100010111 | 1100100 | 110010 |
Color Harmonies of #A400FD
Complementary color
Monochromatic Colors of #A400FD
Black with #A400FD
Text Example
Text Example
White with #A400FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A400FD; }
p { color: rgb(164,0,253); }
H1.HeaderClassName
{
color: #A400FD;
}
.AnyTagClassName
{
color: #A400FD;
}
</style>
background-color css
<style>
a { background-color: #A400FD; }
a { background-color: rgb(164,0,253); }
div.DivClassName
{
background-color: #A400FD;
}
.BgClassName
{
background-color: #A400FD;
}
</style>
border-color css
<style>
span { border-color: #A400FD; }
span { border-color: rgb(164,0,253); }
td.TdClassName
{
border-color: #A400FD;
}
.TagClassName
{
border-color: #A400FD;
}
</style>