Shades of Medium Purple #A777E1
Tints of Medium Purple #A777E1
RGB
CMYK
RGB Variations
Color information
#A777E1 (or 0xA777E1) is known color: Medium Purple. HEX triplet: A7, 77 and E1. RGB value is (167,119,225). Sum of RGB (Red+Green+Blue) = 167+119+225=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #A777E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A777E1 is #58881E. Grayscale: #919191. Windows color (decimal): -5802015 or 14776231. OLE color: 14776231.
HSL color Cylindrical-coordinate representation of color #A777E1: hue angle of 267.17º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A777E1 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 119 | 225 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.12 |
| HSL | 267.17º | 0.64% | 0.67% | - |
| HSV(B) | 267.17º | 0.47% | 0.88% | - |
| XYZ | 36.12 | 26.85 | 74.51 | - |
| YUV | 145.44 | 172.9 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 119 | 225 | 0.26 | 0.47 | 0 | 0.12 | 267.17 | 0.64 | 0.67 |
| Hex | A7 | 77 | E1 | 1A | 2F | 0 | C | 10B | 40 | 43 |
| Octal | 247 | 167 | 341 | 32 | 57 | 0 | 14 | 413 | 100 | 103 |
| Binary | 10100111 | 1110111 | 11100001 | 11010 | 101111 | 0 | 1100 | 100001011 | 1000000 | 1000011 |
Color Harmonies of #A777E1
Complementary color
Monochromatic Colors of #A777E1
Black with #A777E1
Text Example
Text Example
White with #A777E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A777E1; }
p { color: rgb(167,119,225); }
H1.HeaderClassName
{
color: #A777E1;
}
.AnyTagClassName
{
color: #A777E1;
}
</style>
background-color css
<style>
a { background-color: #A777E1; }
a { background-color: rgb(167,119,225); }
div.DivClassName
{
background-color: #A777E1;
}
.BgClassName
{
background-color: #A777E1;
}
</style>
border-color css
<style>
span { border-color: #A777E1; }
span { border-color: rgb(167,119,225); }
td.TdClassName
{
border-color: #A777E1;
}
.TagClassName
{
border-color: #A777E1;
}
</style>