Shades of Medium Purple #A277ED
Tints of Medium Purple #A277ED
RGB
CMYK
RGB Variations
Color information
#A277ED (or 0xA277ED) is known color: Medium Purple. HEX triplet: A2, 77 and ED. RGB value is (162,119,237). Sum of RGB (Red+Green+Blue) = 162+119+237=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #A277ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A277ED is #5D8812. Grayscale: #909090. Windows color (decimal): -6129683 or 15562658. OLE color: 15562658.
HSL color Cylindrical-coordinate representation of color #A277ED: hue angle of 261.86º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A277ED is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 119 | 237 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.07 |
| HSL | 261.86º | 0.77% | 0.7% | - |
| HSV(B) | 261.86º | 0.5% | 0.93% | - |
| XYZ | 36.78 | 26.99 | 83.39 | - |
| YUV | 145.31 | 179.75 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 237 | 0.32 | 0.50 | 0 | 0.07 | 261.86 | 0.77 | 0.7 |
| Hex | A2 | 77 | ED | 20 | 32 | 0 | 7 | 106 | 4D | 46 |
| Octal | 242 | 167 | 355 | 40 | 62 | 0 | 7 | 406 | 115 | 106 |
| Binary | 10100010 | 1110111 | 11101101 | 100000 | 110010 | 0 | 111 | 100000110 | 1001101 | 1000110 |
Color Harmonies of #A277ED
Complementary color
Monochromatic Colors of #A277ED
Black with #A277ED
Text Example
Text Example
White with #A277ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A277ED; }
p { color: rgb(162,119,237); }
H1.HeaderClassName
{
color: #A277ED;
}
.AnyTagClassName
{
color: #A277ED;
}
</style>
background-color css
<style>
a { background-color: #A277ED; }
a { background-color: rgb(162,119,237); }
div.DivClassName
{
background-color: #A277ED;
}
.BgClassName
{
background-color: #A277ED;
}
</style>
border-color css
<style>
span { border-color: #A277ED; }
span { border-color: rgb(162,119,237); }
td.TdClassName
{
border-color: #A277ED;
}
.TagClassName
{
border-color: #A277ED;
}
</style>