Shades of Electric Purple #A401FB
Tints of Electric Purple #A401FB
RGB
CMYK
RGB Variations
Color information
#A401FB (or 0xA401FB) is known color: Electric Purple. HEX triplet: A4, 01 and FB. RGB value is (164,1,251). Sum of RGB (Red+Green+Blue) = 164+1+251=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #A401FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A401FB is #5BFE04. Grayscale: #4D4D4D. Windows color (decimal): -6028805 or 16449956. OLE color: 16449956.
HSL color Cylindrical-coordinate representation of color #A401FB: hue angle of 279.12º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A401FB is Cyan = 0.35, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 1 | 251 | - |
| CMYK | 0.35 | 1.00 | 0 | 0.02 |
| HSL | 279.12º | 0.99% | 0.49% | - |
| HSV(B) | 279.12º | 1% | 0.98% | - |
| XYZ | 32.73 | 14.88 | 92.41 | - |
| YUV | 78.24 | 225.5 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 251 | 0.35 | 1.00 | 0 | 0.02 | 279.12 | 0.99 | 0.49 |
| Hex | A4 | 1 | FB | 23 | 64 | 0 | 2 | 117 | 63 | 31 |
| Octal | 244 | 1 | 373 | 43 | 144 | 0 | 2 | 427 | 143 | 61 |
| Binary | 10100100 | 1 | 11111011 | 100011 | 1100100 | 0 | 10 | 100010111 | 1100011 | 110001 |
Color Harmonies of #A401FB
Complementary color
Monochromatic Colors of #A401FB
Black with #A401FB
Text Example
Text Example
White with #A401FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A401FB; }
p { color: rgb(164,1,251); }
H1.HeaderClassName
{
color: #A401FB;
}
.AnyTagClassName
{
color: #A401FB;
}
</style>
background-color css
<style>
a { background-color: #A401FB; }
a { background-color: rgb(164,1,251); }
div.DivClassName
{
background-color: #A401FB;
}
.BgClassName
{
background-color: #A401FB;
}
</style>
border-color css
<style>
span { border-color: #A401FB; }
span { border-color: rgb(164,1,251); }
td.TdClassName
{
border-color: #A401FB;
}
.TagClassName
{
border-color: #A401FB;
}
</style>