Shades of Electric Purple #A512F0
Tints of Electric Purple #A512F0
RGB
CMYK
RGB Variations
Color information
#A512F0 (or 0xA512F0) is known color: Electric Purple. HEX triplet: A5, 12 and F0. RGB value is (165,18,240). Sum of RGB (Red+Green+Blue) = 165+18+240=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #A512F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A512F0 is #5AED0F. Grayscale: #565656. Windows color (decimal): -5958928 or 15733413. OLE color: 15733413.
HSL color Cylindrical-coordinate representation of color #A512F0: hue angle of 279.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A512F0 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 18 | 240 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.06 |
| HSL | 279.73º | 0.88% | 0.51% | - |
| HSV(B) | 279.73º | 0.93% | 0.94% | - |
| XYZ | 31.46 | 14.72 | 83.62 | - |
| YUV | 87.26 | 214.2 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 18 | 240 | 0.31 | 0.92 | 0 | 0.06 | 279.73 | 0.88 | 0.51 |
| Hex | A5 | 12 | F0 | 1F | 5C | 0 | 6 | 118 | 58 | 33 |
| Octal | 245 | 22 | 360 | 37 | 134 | 0 | 6 | 430 | 130 | 63 |
| Binary | 10100101 | 10010 | 11110000 | 11111 | 1011100 | 0 | 110 | 100011000 | 1011000 | 110011 |
Color Harmonies of #A512F0
Complementary color
Monochromatic Colors of #A512F0
Black with #A512F0
Text Example
Text Example
White with #A512F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A512F0; }
p { color: rgb(165,18,240); }
H1.HeaderClassName
{
color: #A512F0;
}
.AnyTagClassName
{
color: #A512F0;
}
</style>
background-color css
<style>
a { background-color: #A512F0; }
a { background-color: rgb(165,18,240); }
div.DivClassName
{
background-color: #A512F0;
}
.BgClassName
{
background-color: #A512F0;
}
</style>
border-color css
<style>
span { border-color: #A512F0; }
span { border-color: rgb(165,18,240); }
td.TdClassName
{
border-color: #A512F0;
}
.TagClassName
{
border-color: #A512F0;
}
</style>