Shades of Electric Purple #A001FF
Tints of Electric Purple #A001FF
RGB
CMYK
RGB Variations
Color information
#A001FF (or 0xA001FF) is known color: Electric Purple. HEX triplet: A0, 01 and FF. RGB value is (160,1,255). Sum of RGB (Red+Green+Blue) = 160+1+255=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #A001FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A001FF is #5FFE00. Grayscale: #4C4C4C. Windows color (decimal): -6290945 or 16712096. OLE color: 16712096.
HSL color Cylindrical-coordinate representation of color #A001FF: hue angle of 277.56º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A001FF is Cyan = 0.37, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 1 | 255 | - |
| CMYK | 0.37 | 1.00 | 0 | 0 |
| HSL | 277.56º | 1% | 0.5% | - |
| HSV(B) | 277.56º | 1% | 1% | - |
| XYZ | 32.56 | 14.72 | 95.73 | - |
| YUV | 77.5 | 228.18 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 255 | 0.37 | 1.00 | 0 | 0 | 277.56 | 1 | 0.5 |
| Hex | A0 | 1 | FF | 25 | 64 | 0 | 0 | 116 | 64 | 32 |
| Octal | 240 | 1 | 377 | 45 | 144 | 0 | 0 | 426 | 144 | 62 |
| Binary | 10100000 | 1 | 11111111 | 100101 | 1100100 | 0 | 0 | 100010110 | 1100100 | 110010 |
Color Harmonies of #A001FF
Complementary color
Monochromatic Colors of #A001FF
Black with #A001FF
Text Example
Text Example
White with #A001FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A001FF; }
p { color: rgb(160,1,255); }
H1.HeaderClassName
{
color: #A001FF;
}
.AnyTagClassName
{
color: #A001FF;
}
</style>
background-color css
<style>
a { background-color: #A001FF; }
a { background-color: rgb(160,1,255); }
div.DivClassName
{
background-color: #A001FF;
}
.BgClassName
{
background-color: #A001FF;
}
</style>
border-color css
<style>
span { border-color: #A001FF; }
span { border-color: rgb(160,1,255); }
td.TdClassName
{
border-color: #A001FF;
}
.TagClassName
{
border-color: #A001FF;
}
</style>