Shades of Medium Purple #A077DF
Tints of Medium Purple #A077DF
RGB
CMYK
RGB Variations
Color information
#A077DF (or 0xA077DF) is known color: Medium Purple. HEX triplet: A0, 77 and DF. RGB value is (160,119,223). Sum of RGB (Red+Green+Blue) = 160+119+223=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #A077DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077DF is #5F8820. Grayscale: #8E8E8E. Windows color (decimal): -6260769 or 14645152. OLE color: 14645152.
HSL color Cylindrical-coordinate representation of color #A077DF: hue angle of 263.65º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A077DF is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 119 | 223 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.13 |
| HSL | 263.65º | 0.62% | 0.67% | - |
| HSV(B) | 263.65º | 0.47% | 0.87% | - |
| XYZ | 34.41 | 25.99 | 73.02 | - |
| YUV | 143.12 | 173.08 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 223 | 0.28 | 0.47 | 0 | 0.13 | 263.65 | 0.62 | 0.67 |
| Hex | A0 | 77 | DF | 1C | 2F | 0 | D | 108 | 3E | 43 |
| Octal | 240 | 167 | 337 | 34 | 57 | 0 | 15 | 410 | 76 | 103 |
| Binary | 10100000 | 1110111 | 11011111 | 11100 | 101111 | 0 | 1101 | 100001000 | 111110 | 1000011 |
Color Harmonies of #A077DF
Complementary color
Monochromatic Colors of #A077DF
Black with #A077DF
Text Example
Text Example
White with #A077DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077DF; }
p { color: rgb(160,119,223); }
H1.HeaderClassName
{
color: #A077DF;
}
.AnyTagClassName
{
color: #A077DF;
}
</style>
background-color css
<style>
a { background-color: #A077DF; }
a { background-color: rgb(160,119,223); }
div.DivClassName
{
background-color: #A077DF;
}
.BgClassName
{
background-color: #A077DF;
}
</style>
border-color css
<style>
span { border-color: #A077DF; }
span { border-color: rgb(160,119,223); }
td.TdClassName
{
border-color: #A077DF;
}
.TagClassName
{
border-color: #A077DF;
}
</style>