Shades of Medium Purple #A077F6
Tints of Medium Purple #A077F6
RGB
CMYK
RGB Variations
Color information
#A077F6 (or 0xA077F6) is known color: Medium Purple. HEX triplet: A0, 77 and F6. RGB value is (160,119,246). Sum of RGB (Red+Green+Blue) = 160+119+246=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 246 - color contains mainly: blue. Hex color #A077F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A077F6 is #5F8809. Grayscale: #919191. Windows color (decimal): -6260746 or 16152480. OLE color: 16152480.
HSL color Cylindrical-coordinate representation of color #A077F6: hue angle of 259.37º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A077F6 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 119 | 246 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.04 |
| HSL | 259.37º | 0.88% | 0.72% | - |
| HSV(B) | 259.37º | 0.52% | 0.96% | - |
| XYZ | 37.73 | 27.32 | 90.47 | - |
| YUV | 145.74 | 184.58 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 246 | 0.35 | 0.52 | 0 | 0.04 | 259.37 | 0.88 | 0.72 |
| Hex | A0 | 77 | F6 | 23 | 34 | 0 | 4 | 103 | 58 | 48 |
| Octal | 240 | 167 | 366 | 43 | 64 | 0 | 4 | 403 | 130 | 110 |
| Binary | 10100000 | 1110111 | 11110110 | 100011 | 110100 | 0 | 100 | 100000011 | 1011000 | 1001000 |
Color Harmonies of #A077F6
Complementary color
Monochromatic Colors of #A077F6
Black with #A077F6
Text Example
Text Example
White with #A077F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077F6; }
p { color: rgb(160,119,246); }
H1.HeaderClassName
{
color: #A077F6;
}
.AnyTagClassName
{
color: #A077F6;
}
</style>
background-color css
<style>
a { background-color: #A077F6; }
a { background-color: rgb(160,119,246); }
div.DivClassName
{
background-color: #A077F6;
}
.BgClassName
{
background-color: #A077F6;
}
</style>
border-color css
<style>
span { border-color: #A077F6; }
span { border-color: rgb(160,119,246); }
td.TdClassName
{
border-color: #A077F6;
}
.TagClassName
{
border-color: #A077F6;
}
</style>