Shades of Electric Purple #A511FF
Tints of Electric Purple #A511FF
RGB
CMYK
RGB Variations
Color information
#A511FF (or 0xA511FF) is known color: Electric Purple. HEX triplet: A5, 11 and FF. RGB value is (165,17,255). Sum of RGB (Red+Green+Blue) = 165+17+255=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #A511FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A511FF is #5AEE00. Grayscale: #575757. Windows color (decimal): -5959169 or 16716197. OLE color: 16716197.
HSL color Cylindrical-coordinate representation of color #A511FF: hue angle of 277.31º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A511FF is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 17 | 255 | - |
| CMYK | 0.35 | 0.93 | 0 | 0 |
| HSL | 277.31º | 1% | 0.53% | - |
| HSV(B) | 277.31º | 0.93% | 1% | - |
| XYZ | 33.77 | 15.62 | 95.84 | - |
| YUV | 88.38 | 222.03 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 255 | 0.35 | 0.93 | 0 | 0 | 277.31 | 1 | 0.53 |
| Hex | A5 | 11 | FF | 23 | 5D | 0 | 0 | 115 | 64 | 35 |
| Octal | 245 | 21 | 377 | 43 | 135 | 0 | 0 | 425 | 144 | 65 |
| Binary | 10100101 | 10001 | 11111111 | 100011 | 1011101 | 0 | 0 | 100010101 | 1100100 | 110101 |
Color Harmonies of #A511FF
Complementary color
Monochromatic Colors of #A511FF
Black with #A511FF
Text Example
Text Example
White with #A511FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A511FF; }
p { color: rgb(165,17,255); }
H1.HeaderClassName
{
color: #A511FF;
}
.AnyTagClassName
{
color: #A511FF;
}
</style>
background-color css
<style>
a { background-color: #A511FF; }
a { background-color: rgb(165,17,255); }
div.DivClassName
{
background-color: #A511FF;
}
.BgClassName
{
background-color: #A511FF;
}
</style>
border-color css
<style>
span { border-color: #A511FF; }
span { border-color: rgb(165,17,255); }
td.TdClassName
{
border-color: #A511FF;
}
.TagClassName
{
border-color: #A511FF;
}
</style>