Shades of Electric Purple #A516FF
Tints of Electric Purple #A516FF
RGB
CMYK
RGB Variations
Color information
#A516FF (or 0xA516FF) is known color: Electric Purple. HEX triplet: A5, 16 and FF. RGB value is (165,22,255). Sum of RGB (Red+Green+Blue) = 165+22+255=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 22 (8.98% from 255 or 4.98% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #A516FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A516FF is #5AE900. Grayscale: #5A5A5A. Windows color (decimal): -5957889 or 16717477. OLE color: 16717477.
HSL color Cylindrical-coordinate representation of color #A516FF: hue angle of 276.82º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A516FF is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 22 | 255 | - |
| CMYK | 0.35 | 0.91 | 0 | 0 |
| HSL | 276.82º | 1% | 0.54% | - |
| HSV(B) | 276.82º | 0.91% | 1% | - |
| XYZ | 33.85 | 15.79 | 95.87 | - |
| YUV | 91.32 | 220.38 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 22 | 255 | 0.35 | 0.91 | 0 | 0 | 276.82 | 1 | 0.54 |
| Hex | A5 | 16 | FF | 23 | 5B | 0 | 0 | 115 | 64 | 36 |
| Octal | 245 | 26 | 377 | 43 | 133 | 0 | 0 | 425 | 144 | 66 |
| Binary | 10100101 | 10110 | 11111111 | 100011 | 1011011 | 0 | 0 | 100010101 | 1100100 | 110110 |
Color Harmonies of #A516FF
Complementary color
Monochromatic Colors of #A516FF
Black with #A516FF
Text Example
Text Example
White with #A516FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A516FF; }
p { color: rgb(165,22,255); }
H1.HeaderClassName
{
color: #A516FF;
}
.AnyTagClassName
{
color: #A516FF;
}
</style>
background-color css
<style>
a { background-color: #A516FF; }
a { background-color: rgb(165,22,255); }
div.DivClassName
{
background-color: #A516FF;
}
.BgClassName
{
background-color: #A516FF;
}
</style>
border-color css
<style>
span { border-color: #A516FF; }
span { border-color: rgb(165,22,255); }
td.TdClassName
{
border-color: #A516FF;
}
.TagClassName
{
border-color: #A516FF;
}
</style>