Shades of Medium Purple #A077F2
Tints of Medium Purple #A077F2
RGB
CMYK
RGB Variations
Color information
#A077F2 (or 0xA077F2) is known color: Medium Purple. HEX triplet: A0, 77 and F2. RGB value is (160,119,242). Sum of RGB (Red+Green+Blue) = 160+119+242=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #A077F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A077F2 is #5F880D. Grayscale: #909090. Windows color (decimal): -6260750 or 15890336. OLE color: 15890336.
HSL color Cylindrical-coordinate representation of color #A077F2: hue angle of 260º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A077F2 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 119 | 242 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.05 |
| HSL | 260º | 0.83% | 0.71% | - |
| HSV(B) | 260º | 0.51% | 0.95% | - |
| XYZ | 37.12 | 27.08 | 87.27 | - |
| YUV | 145.28 | 182.58 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 242 | 0.34 | 0.51 | 0 | 0.05 | 260 | 0.83 | 0.71 |
| Hex | A0 | 77 | F2 | 22 | 33 | 0 | 5 | 104 | 53 | 47 |
| Octal | 240 | 167 | 362 | 42 | 63 | 0 | 5 | 404 | 123 | 107 |
| Binary | 10100000 | 1110111 | 11110010 | 100010 | 110011 | 0 | 101 | 100000100 | 1010011 | 1000111 |
Color Harmonies of #A077F2
Complementary color
Monochromatic Colors of #A077F2
Black with #A077F2
Text Example
Text Example
White with #A077F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077F2; }
p { color: rgb(160,119,242); }
H1.HeaderClassName
{
color: #A077F2;
}
.AnyTagClassName
{
color: #A077F2;
}
</style>
background-color css
<style>
a { background-color: #A077F2; }
a { background-color: rgb(160,119,242); }
div.DivClassName
{
background-color: #A077F2;
}
.BgClassName
{
background-color: #A077F2;
}
</style>
border-color css
<style>
span { border-color: #A077F2; }
span { border-color: rgb(160,119,242); }
td.TdClassName
{
border-color: #A077F2;
}
.TagClassName
{
border-color: #A077F2;
}
</style>