Shades of Medium Purple #A277EE
Tints of Medium Purple #A277EE
RGB
CMYK
RGB Variations
Color information
#A277EE (or 0xA277EE) is known color: Medium Purple. HEX triplet: A2, 77 and EE. RGB value is (162,119,238). Sum of RGB (Red+Green+Blue) = 162+119+238=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #A277EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A277EE is #5D8811. Grayscale: #909090. Windows color (decimal): -6129682 or 15628194. OLE color: 15628194.
HSL color Cylindrical-coordinate representation of color #A277EE: hue angle of 261.68º degrees, saturation: 0.78, 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 #A277EE is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 119 | 238 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.07 |
| HSL | 261.68º | 0.78% | 0.7% | - |
| HSV(B) | 261.68º | 0.5% | 0.93% | - |
| XYZ | 36.93 | 27.05 | 84.16 | - |
| YUV | 145.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 238 | 0.32 | 0.50 | 0 | 0.07 | 261.68 | 0.78 | 0.7 |
| Hex | A2 | 77 | EE | 20 | 32 | 0 | 7 | 106 | 4E | 46 |
| Octal | 242 | 167 | 356 | 40 | 62 | 0 | 7 | 406 | 116 | 106 |
| Binary | 10100010 | 1110111 | 11101110 | 100000 | 110010 | 0 | 111 | 100000110 | 1001110 | 1000110 |
Color Harmonies of #A277EE
Complementary color
Monochromatic Colors of #A277EE
Black with #A277EE
Text Example
Text Example
White with #A277EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A277EE; }
p { color: rgb(162,119,238); }
H1.HeaderClassName
{
color: #A277EE;
}
.AnyTagClassName
{
color: #A277EE;
}
</style>
background-color css
<style>
a { background-color: #A277EE; }
a { background-color: rgb(162,119,238); }
div.DivClassName
{
background-color: #A277EE;
}
.BgClassName
{
background-color: #A277EE;
}
</style>
border-color css
<style>
span { border-color: #A277EE; }
span { border-color: rgb(162,119,238); }
td.TdClassName
{
border-color: #A277EE;
}
.TagClassName
{
border-color: #A277EE;
}
</style>