Shades of Electric Purple #A511F3
Tints of Electric Purple #A511F3
RGB
CMYK
RGB Variations
Color information
#A511F3 (or 0xA511F3) is known color: Electric Purple. HEX triplet: A5, 11 and F3. RGB value is (165,17,243). Sum of RGB (Red+Green+Blue) = 165+17+243=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 243 (95.31% from 255 or 57.18% from 425); Max value from RGB is 243 - color contains mainly: blue. Hex color #A511F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A511F3 is #5AEE0C. Grayscale: #565656. Windows color (decimal): -5959181 or 15929765. OLE color: 15929765.
HSL color Cylindrical-coordinate representation of color #A511F3: hue angle of 279.29º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A511F3 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 17 | 243 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.05 |
| HSL | 279.29º | 0.9% | 0.51% | - |
| HSV(B) | 279.29º | 0.93% | 0.95% | - |
| XYZ | 31.9 | 14.87 | 85.98 | - |
| YUV | 87.02 | 216.03 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 243 | 0.32 | 0.93 | 0 | 0.05 | 279.29 | 0.9 | 0.51 |
| Hex | A5 | 11 | F3 | 20 | 5D | 0 | 5 | 117 | 5A | 33 |
| Octal | 245 | 21 | 363 | 40 | 135 | 0 | 5 | 427 | 132 | 63 |
| Binary | 10100101 | 10001 | 11110011 | 100000 | 1011101 | 0 | 101 | 100010111 | 1011010 | 110011 |
Color Harmonies of #A511F3
Complementary color
Monochromatic Colors of #A511F3
Black with #A511F3
Text Example
Text Example
White with #A511F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A511F3; }
p { color: rgb(165,17,243); }
H1.HeaderClassName
{
color: #A511F3;
}
.AnyTagClassName
{
color: #A511F3;
}
</style>
background-color css
<style>
a { background-color: #A511F3; }
a { background-color: rgb(165,17,243); }
div.DivClassName
{
background-color: #A511F3;
}
.BgClassName
{
background-color: #A511F3;
}
</style>
border-color css
<style>
span { border-color: #A511F3; }
span { border-color: rgb(165,17,243); }
td.TdClassName
{
border-color: #A511F3;
}
.TagClassName
{
border-color: #A511F3;
}
</style>