Shades of Electric Purple #A512EE
Tints of Electric Purple #A512EE
RGB
CMYK
RGB Variations
Color information
#A512EE (or 0xA512EE) is known color: Electric Purple. HEX triplet: A5, 12 and EE. RGB value is (165,18,238). Sum of RGB (Red+Green+Blue) = 165+18+238=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 18 (7.42% from 255 or 4.28% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #A512EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A512EE is #5AED11. Grayscale: #565656. Windows color (decimal): -5958930 or 15602341. OLE color: 15602341.
HSL color Cylindrical-coordinate representation of color #A512EE: hue angle of 280.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A512EE is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 18 | 238 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.07 |
| HSL | 280.09º | 0.87% | 0.5% | - |
| HSV(B) | 280.09º | 0.92% | 0.93% | - |
| XYZ | 31.17 | 14.6 | 82.07 | - |
| YUV | 87.03 | 213.2 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 18 | 238 | 0.31 | 0.92 | 0 | 0.07 | 280.09 | 0.87 | 0.5 |
| Hex | A5 | 12 | EE | 1F | 5C | 0 | 7 | 118 | 57 | 32 |
| Octal | 245 | 22 | 356 | 37 | 134 | 0 | 7 | 430 | 127 | 62 |
| Binary | 10100101 | 10010 | 11101110 | 11111 | 1011100 | 0 | 111 | 100011000 | 1010111 | 110010 |
Color Harmonies of #A512EE
Complementary color
Monochromatic Colors of #A512EE
Black with #A512EE
Text Example
Text Example
White with #A512EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A512EE; }
p { color: rgb(165,18,238); }
H1.HeaderClassName
{
color: #A512EE;
}
.AnyTagClassName
{
color: #A512EE;
}
</style>
background-color css
<style>
a { background-color: #A512EE; }
a { background-color: rgb(165,18,238); }
div.DivClassName
{
background-color: #A512EE;
}
.BgClassName
{
background-color: #A512EE;
}
</style>
border-color css
<style>
span { border-color: #A512EE; }
span { border-color: rgb(165,18,238); }
td.TdClassName
{
border-color: #A512EE;
}
.TagClassName
{
border-color: #A512EE;
}
</style>