Shades of Electric Purple #A510F2
Tints of Electric Purple #A510F2
RGB
CMYK
RGB Variations
Color information
#A510F2 (or 0xA510F2) is known color: Electric Purple. HEX triplet: A5, 10 and F2. RGB value is (165,16,242). Sum of RGB (Red+Green+Blue) = 165+16+242=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 242 (94.92% from 255 or 57.21% from 423); Max value from RGB is 242 - color contains mainly: blue. Hex color #A510F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A510F2 is #5AEF0D. Grayscale: #555555. Windows color (decimal): -5959438 or 15863973. OLE color: 15863973.
HSL color Cylindrical-coordinate representation of color #A510F2: hue angle of 279.56º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A510F2 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 16 | 242 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.05 |
| HSL | 279.56º | 0.9% | 0.51% | - |
| HSV(B) | 279.56º | 0.93% | 0.95% | - |
| XYZ | 31.73 | 14.78 | 85.19 | - |
| YUV | 86.32 | 215.86 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 16 | 242 | 0.32 | 0.93 | 0 | 0.05 | 279.56 | 0.9 | 0.51 |
| Hex | A5 | 10 | F2 | 20 | 5D | 0 | 5 | 118 | 5A | 33 |
| Octal | 245 | 20 | 362 | 40 | 135 | 0 | 5 | 430 | 132 | 63 |
| Binary | 10100101 | 10000 | 11110010 | 100000 | 1011101 | 0 | 101 | 100011000 | 1011010 | 110011 |
Color Harmonies of #A510F2
Complementary color
Monochromatic Colors of #A510F2
Black with #A510F2
Text Example
Text Example
White with #A510F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A510F2; }
p { color: rgb(165,16,242); }
H1.HeaderClassName
{
color: #A510F2;
}
.AnyTagClassName
{
color: #A510F2;
}
</style>
background-color css
<style>
a { background-color: #A510F2; }
a { background-color: rgb(165,16,242); }
div.DivClassName
{
background-color: #A510F2;
}
.BgClassName
{
background-color: #A510F2;
}
</style>
border-color css
<style>
span { border-color: #A510F2; }
span { border-color: rgb(165,16,242); }
td.TdClassName
{
border-color: #A510F2;
}
.TagClassName
{
border-color: #A510F2;
}
</style>