Shades of Electric Purple #A512FF
Tints of Electric Purple #A512FF
RGB
CMYK
RGB Variations
Color information
#A512FF (or 0xA512FF) is known color: Electric Purple. HEX triplet: A5, 12 and FF. RGB value is (165,18,255). Sum of RGB (Red+Green+Blue) = 165+18+255=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #A512FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A512FF is #5AED00. Grayscale: #585858. Windows color (decimal): -5958913 or 16716453. OLE color: 16716453.
HSL color Cylindrical-coordinate representation of color #A512FF: hue angle of 277.22º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A512FF is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 18 | 255 | - |
| CMYK | 0.35 | 0.93 | 0 | 0 |
| HSL | 277.22º | 1% | 0.54% | - |
| HSV(B) | 277.22º | 0.93% | 1% | - |
| XYZ | 33.78 | 15.65 | 95.85 | - |
| YUV | 88.97 | 221.7 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 18 | 255 | 0.35 | 0.93 | 0 | 0 | 277.22 | 1 | 0.54 |
| Hex | A5 | 12 | FF | 23 | 5D | 0 | 0 | 115 | 64 | 36 |
| Octal | 245 | 22 | 377 | 43 | 135 | 0 | 0 | 425 | 144 | 66 |
| Binary | 10100101 | 10010 | 11111111 | 100011 | 1011101 | 0 | 0 | 100010101 | 1100100 | 110110 |
Color Harmonies of #A512FF
Complementary color
Monochromatic Colors of #A512FF
Black with #A512FF
Text Example
Text Example
White with #A512FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A512FF; }
p { color: rgb(165,18,255); }
H1.HeaderClassName
{
color: #A512FF;
}
.AnyTagClassName
{
color: #A512FF;
}
</style>
background-color css
<style>
a { background-color: #A512FF; }
a { background-color: rgb(165,18,255); }
div.DivClassName
{
background-color: #A512FF;
}
.BgClassName
{
background-color: #A512FF;
}
</style>
border-color css
<style>
span { border-color: #A512FF; }
span { border-color: rgb(165,18,255); }
td.TdClassName
{
border-color: #A512FF;
}
.TagClassName
{
border-color: #A512FF;
}
</style>