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