Shades of Electric Purple #A511F6
Tints of Electric Purple #A511F6
RGB
CMYK
RGB Variations
Color information
#A511F6 (or 0xA511F6) is known color: Electric Purple. HEX triplet: A5, 11 and F6. RGB value is (165,17,246). Sum of RGB (Red+Green+Blue) = 165+17+246=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 246 (96.48% from 255 or 57.48% from 428); Max value from RGB is 246 - color contains mainly: blue. Hex color #A511F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A511F6 is #5AEE09. Grayscale: #565656. Windows color (decimal): -5959178 or 16126373. OLE color: 16126373.
HSL color Cylindrical-coordinate representation of color #A511F6: hue angle of 278.78º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A511F6 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 17 | 246 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.04 |
| HSL | 278.78º | 0.93% | 0.52% | - |
| HSV(B) | 278.78º | 0.93% | 0.96% | - |
| XYZ | 32.35 | 15.05 | 88.39 | - |
| YUV | 87.36 | 217.53 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 246 | 0.33 | 0.93 | 0 | 0.04 | 278.78 | 0.93 | 0.52 |
| Hex | A5 | 11 | F6 | 21 | 5D | 0 | 4 | 117 | 5D | 34 |
| Octal | 245 | 21 | 366 | 41 | 135 | 0 | 4 | 427 | 135 | 64 |
| Binary | 10100101 | 10001 | 11110110 | 100001 | 1011101 | 0 | 100 | 100010111 | 1011101 | 110100 |
Color Harmonies of #A511F6
Complementary color
Monochromatic Colors of #A511F6
Black with #A511F6
Text Example
Text Example
White with #A511F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A511F6; }
p { color: rgb(165,17,246); }
H1.HeaderClassName
{
color: #A511F6;
}
.AnyTagClassName
{
color: #A511F6;
}
</style>
background-color css
<style>
a { background-color: #A511F6; }
a { background-color: rgb(165,17,246); }
div.DivClassName
{
background-color: #A511F6;
}
.BgClassName
{
background-color: #A511F6;
}
</style>
border-color css
<style>
span { border-color: #A511F6; }
span { border-color: rgb(165,17,246); }
td.TdClassName
{
border-color: #A511F6;
}
.TagClassName
{
border-color: #A511F6;
}
</style>