Shades of Medium Purple #A077E3
Tints of Medium Purple #A077E3
RGB
CMYK
RGB Variations
Color information
#A077E3 (or 0xA077E3) is known color: Medium Purple. HEX triplet: A0, 77 and E3. RGB value is (160,119,227). Sum of RGB (Red+Green+Blue) = 160+119+227=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 227 (89.06% from 255 or 44.86% from 506); Max value from RGB is 227 - color contains mainly: blue. Hex color #A077E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077E3 is #5F881C. Grayscale: #8F8F8F. Windows color (decimal): -6260765 or 14907296. OLE color: 14907296.
HSL color Cylindrical-coordinate representation of color #A077E3: hue angle of 262.78º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A077E3 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 119 | 227 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.11 |
| HSL | 262.78º | 0.66% | 0.68% | - |
| HSV(B) | 262.78º | 0.48% | 0.89% | - |
| XYZ | 34.96 | 26.21 | 75.89 | - |
| YUV | 143.57 | 175.08 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 227 | 0.30 | 0.48 | 0 | 0.11 | 262.78 | 0.66 | 0.68 |
| Hex | A0 | 77 | E3 | 1E | 30 | 0 | B | 107 | 42 | 44 |
| Octal | 240 | 167 | 343 | 36 | 60 | 0 | 13 | 407 | 102 | 104 |
| Binary | 10100000 | 1110111 | 11100011 | 11110 | 110000 | 0 | 1011 | 100000111 | 1000010 | 1000100 |
Color Harmonies of #A077E3
Complementary color
Monochromatic Colors of #A077E3
Black with #A077E3
Text Example
Text Example
White with #A077E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077E3; }
p { color: rgb(160,119,227); }
H1.HeaderClassName
{
color: #A077E3;
}
.AnyTagClassName
{
color: #A077E3;
}
</style>
background-color css
<style>
a { background-color: #A077E3; }
a { background-color: rgb(160,119,227); }
div.DivClassName
{
background-color: #A077E3;
}
.BgClassName
{
background-color: #A077E3;
}
</style>
border-color css
<style>
span { border-color: #A077E3; }
span { border-color: rgb(160,119,227); }
td.TdClassName
{
border-color: #A077E3;
}
.TagClassName
{
border-color: #A077E3;
}
</style>