Shades of Electric Purple #A001F3
Tints of Electric Purple #A001F3
RGB
CMYK
RGB Variations
Color information
#A001F3 (or 0xA001F3) is known color: Electric Purple. HEX triplet: A0, 01 and F3. RGB value is (160,1,243). Sum of RGB (Red+Green+Blue) = 160+1+243=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 243 (95.31% from 255 or 60.15% from 404); Max value from RGB is 243 - color contains mainly: blue. Hex color #A001F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A001F3 is #5FFE0C. Grayscale: #4B4B4B. Windows color (decimal): -6290957 or 15925664. OLE color: 15925664.
HSL color Cylindrical-coordinate representation of color #A001F3: hue angle of 279.42º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A001F3 is Cyan = 0.34, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 1 | 243 | - |
| CMYK | 0.34 | 1.00 | 0 | 0.05 |
| HSL | 279.42º | 0.99% | 0.48% | - |
| HSV(B) | 279.42º | 1% | 0.95% | - |
| XYZ | 30.69 | 13.97 | 85.87 | - |
| YUV | 76.13 | 222.18 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 243 | 0.34 | 1.00 | 0 | 0.05 | 279.42 | 0.99 | 0.48 |
| Hex | A0 | 1 | F3 | 22 | 64 | 0 | 5 | 117 | 63 | 30 |
| Octal | 240 | 1 | 363 | 42 | 144 | 0 | 5 | 427 | 143 | 60 |
| Binary | 10100000 | 1 | 11110011 | 100010 | 1100100 | 0 | 101 | 100010111 | 1100011 | 110000 |
Color Harmonies of #A001F3
Complementary color
Monochromatic Colors of #A001F3
Black with #A001F3
Text Example
Text Example
White with #A001F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A001F3; }
p { color: rgb(160,1,243); }
H1.HeaderClassName
{
color: #A001F3;
}
.AnyTagClassName
{
color: #A001F3;
}
</style>
background-color css
<style>
a { background-color: #A001F3; }
a { background-color: rgb(160,1,243); }
div.DivClassName
{
background-color: #A001F3;
}
.BgClassName
{
background-color: #A001F3;
}
</style>
border-color css
<style>
span { border-color: #A001F3; }
span { border-color: rgb(160,1,243); }
td.TdClassName
{
border-color: #A001F3;
}
.TagClassName
{
border-color: #A001F3;
}
</style>