Shades of Medium Purple #A770E9
Tints of Medium Purple #A770E9
RGB
CMYK
RGB Variations
Color information
#A770E9 (or 0xA770E9) is known color: Medium Purple. HEX triplet: A7, 70 and E9. RGB value is (167,112,233). Sum of RGB (Red+Green+Blue) = 167+112+233=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 233 - color contains mainly: blue. Hex color #A770E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A770E9 is #588F16. Grayscale: #8D8D8D. Windows color (decimal): -5803799 or 15298727. OLE color: 15298727.
HSL color Cylindrical-coordinate representation of color #A770E9: hue angle of 267.27º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A770E9 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 112 | 233 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.09 |
| HSL | 267.27º | 0.73% | 0.68% | - |
| HSV(B) | 267.27º | 0.52% | 0.91% | - |
| XYZ | 36.44 | 25.69 | 80.13 | - |
| YUV | 142.24 | 179.22 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 112 | 233 | 0.28 | 0.52 | 0 | 0.09 | 267.27 | 0.73 | 0.68 |
| Hex | A7 | 70 | E9 | 1C | 34 | 0 | 9 | 10B | 49 | 44 |
| Octal | 247 | 160 | 351 | 34 | 64 | 0 | 11 | 413 | 111 | 104 |
| Binary | 10100111 | 1110000 | 11101001 | 11100 | 110100 | 0 | 1001 | 100001011 | 1001001 | 1000100 |
Color Harmonies of #A770E9
Complementary color
Monochromatic Colors of #A770E9
Black with #A770E9
Text Example
Text Example
White with #A770E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A770E9; }
p { color: rgb(167,112,233); }
H1.HeaderClassName
{
color: #A770E9;
}
.AnyTagClassName
{
color: #A770E9;
}
</style>
background-color css
<style>
a { background-color: #A770E9; }
a { background-color: rgb(167,112,233); }
div.DivClassName
{
background-color: #A770E9;
}
.BgClassName
{
background-color: #A770E9;
}
</style>
border-color css
<style>
span { border-color: #A770E9; }
span { border-color: rgb(167,112,233); }
td.TdClassName
{
border-color: #A770E9;
}
.TagClassName
{
border-color: #A770E9;
}
</style>