Shades of Medium Purple #A276EC
Tints of Medium Purple #A276EC
RGB
CMYK
RGB Variations
Color information
#A276EC (or 0xA276EC) is known color: Medium Purple. HEX triplet: A2, 76 and EC. RGB value is (162,118,236). Sum of RGB (Red+Green+Blue) = 162+118+236=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #A276EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A276EC is #5D8913. Grayscale: #909090. Windows color (decimal): -6129940 or 15496866. OLE color: 15496866.
HSL color Cylindrical-coordinate representation of color #A276EC: hue angle of 262.37º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A276EC is Cyan = 0.31, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 118 | 236 | - |
| CMYK | 0.31 | 0.5 | 0 | 0.07 |
| HSL | 262.37º | 0.76% | 0.69% | - |
| HSV(B) | 262.37º | 0.5% | 0.93% | - |
| XYZ | 36.52 | 26.69 | 82.58 | - |
| YUV | 144.61 | 179.58 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 236 | 0.31 | 0.5 | 0 | 0.07 | 262.37 | 0.76 | 0.69 |
| Hex | A2 | 76 | EC | 1F | 32 | 0 | 7 | 106 | 4C | 45 |
| Octal | 242 | 166 | 354 | 37 | 62 | 0 | 7 | 406 | 114 | 105 |
| Binary | 10100010 | 1110110 | 11101100 | 11111 | 110010 | 0 | 111 | 100000110 | 1001100 | 1000101 |
Color Harmonies of #A276EC
Complementary color
Monochromatic Colors of #A276EC
Black with #A276EC
Text Example
Text Example
White with #A276EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A276EC; }
p { color: rgb(162,118,236); }
H1.HeaderClassName
{
color: #A276EC;
}
.AnyTagClassName
{
color: #A276EC;
}
</style>
background-color css
<style>
a { background-color: #A276EC; }
a { background-color: rgb(162,118,236); }
div.DivClassName
{
background-color: #A276EC;
}
.BgClassName
{
background-color: #A276EC;
}
</style>
border-color css
<style>
span { border-color: #A276EC; }
span { border-color: rgb(162,118,236); }
td.TdClassName
{
border-color: #A276EC;
}
.TagClassName
{
border-color: #A276EC;
}
</style>