Shades of Medium Purple #A277E5
Tints of Medium Purple #A277E5
RGB
CMYK
RGB Variations
Color information
#A277E5 (or 0xA277E5) is known color: Medium Purple. HEX triplet: A2, 77 and E5. RGB value is (162,119,229). Sum of RGB (Red+Green+Blue) = 162+119+229=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #A277E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A277E5 is #5D881A. Grayscale: #909090. Windows color (decimal): -6129691 or 15038370. OLE color: 15038370.
HSL color Cylindrical-coordinate representation of color #A277E5: hue angle of 263.45º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A277E5 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 119 | 229 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.10 |
| HSL | 263.45º | 0.68% | 0.68% | - |
| HSV(B) | 263.45º | 0.48% | 0.9% | - |
| XYZ | 35.64 | 26.53 | 77.37 | - |
| YUV | 144.4 | 175.75 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 229 | 0.29 | 0.48 | 0 | 0.10 | 263.45 | 0.68 | 0.68 |
| Hex | A2 | 77 | E5 | 1D | 30 | 0 | A | 107 | 44 | 44 |
| Octal | 242 | 167 | 345 | 35 | 60 | 0 | 12 | 407 | 104 | 104 |
| Binary | 10100010 | 1110111 | 11100101 | 11101 | 110000 | 0 | 1010 | 100000111 | 1000100 | 1000100 |
Color Harmonies of #A277E5
Complementary color
Monochromatic Colors of #A277E5
Black with #A277E5
Text Example
Text Example
White with #A277E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A277E5; }
p { color: rgb(162,119,229); }
H1.HeaderClassName
{
color: #A277E5;
}
.AnyTagClassName
{
color: #A277E5;
}
</style>
background-color css
<style>
a { background-color: #A277E5; }
a { background-color: rgb(162,119,229); }
div.DivClassName
{
background-color: #A277E5;
}
.BgClassName
{
background-color: #A277E5;
}
</style>
border-color css
<style>
span { border-color: #A277E5; }
span { border-color: rgb(162,119,229); }
td.TdClassName
{
border-color: #A277E5;
}
.TagClassName
{
border-color: #A277E5;
}
</style>