Shades of Medium Purple #A77CEB
Tints of Medium Purple #A77CEB
RGB
CMYK
RGB Variations
Color information
#A77CEB (or 0xA77CEB) is known color: Medium Purple. HEX triplet: A7, 7C and EB. RGB value is (167,124,235). Sum of RGB (Red+Green+Blue) = 167+124+235=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #A77CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77CEB is #588314. Grayscale: #959595. Windows color (decimal): -5800725 or 15432871. OLE color: 15432871.
HSL color Cylindrical-coordinate representation of color #A77CEB: hue angle of 263.24º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A77CEB is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 124 | 235 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.08 |
| HSL | 263.24º | 0.74% | 0.7% | - |
| HSV(B) | 263.24º | 0.47% | 0.92% | - |
| XYZ | 38.14 | 28.63 | 82.11 | - |
| YUV | 149.51 | 176.25 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 235 | 0.29 | 0.47 | 0 | 0.08 | 263.24 | 0.74 | 0.7 |
| Hex | A7 | 7C | EB | 1D | 2F | 0 | 8 | 107 | 4A | 46 |
| Octal | 247 | 174 | 353 | 35 | 57 | 0 | 10 | 407 | 112 | 106 |
| Binary | 10100111 | 1111100 | 11101011 | 11101 | 101111 | 0 | 1000 | 100000111 | 1001010 | 1000110 |
Color Harmonies of #A77CEB
Complementary color
Monochromatic Colors of #A77CEB
Black with #A77CEB
Text Example
Text Example
White with #A77CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77CEB; }
p { color: rgb(167,124,235); }
H1.HeaderClassName
{
color: #A77CEB;
}
.AnyTagClassName
{
color: #A77CEB;
}
</style>
background-color css
<style>
a { background-color: #A77CEB; }
a { background-color: rgb(167,124,235); }
div.DivClassName
{
background-color: #A77CEB;
}
.BgClassName
{
background-color: #A77CEB;
}
</style>
border-color css
<style>
span { border-color: #A77CEB; }
span { border-color: rgb(167,124,235); }
td.TdClassName
{
border-color: #A77CEB;
}
.TagClassName
{
border-color: #A77CEB;
}
</style>