Shades of Medium Purple #A77BEE
Tints of Medium Purple #A77BEE
RGB
CMYK
RGB Variations
Color information
#A77BEE (or 0xA77BEE) is known color: Medium Purple. HEX triplet: A7, 7B and EE. RGB value is (167,123,238). Sum of RGB (Red+Green+Blue) = 167+123+238=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #A77BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77BEE is #588411. Grayscale: #949494. Windows color (decimal): -5800978 or 15629223. OLE color: 15629223.
HSL color Cylindrical-coordinate representation of color #A77BEE: hue angle of 262.96º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A77BEE is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 123 | 238 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.07 |
| HSL | 262.96º | 0.77% | 0.71% | - |
| HSV(B) | 262.96º | 0.48% | 0.93% | - |
| XYZ | 38.45 | 28.55 | 84.37 | - |
| YUV | 149.27 | 178.08 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 238 | 0.30 | 0.48 | 0 | 0.07 | 262.96 | 0.77 | 0.71 |
| Hex | A7 | 7B | EE | 1E | 30 | 0 | 7 | 107 | 4D | 47 |
| Octal | 247 | 173 | 356 | 36 | 60 | 0 | 7 | 407 | 115 | 107 |
| Binary | 10100111 | 1111011 | 11101110 | 11110 | 110000 | 0 | 111 | 100000111 | 1001101 | 1000111 |
Color Harmonies of #A77BEE
Complementary color
Monochromatic Colors of #A77BEE
Black with #A77BEE
Text Example
Text Example
White with #A77BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77BEE; }
p { color: rgb(167,123,238); }
H1.HeaderClassName
{
color: #A77BEE;
}
.AnyTagClassName
{
color: #A77BEE;
}
</style>
background-color css
<style>
a { background-color: #A77BEE; }
a { background-color: rgb(167,123,238); }
div.DivClassName
{
background-color: #A77BEE;
}
.BgClassName
{
background-color: #A77BEE;
}
</style>
border-color css
<style>
span { border-color: #A77BEE; }
span { border-color: rgb(167,123,238); }
td.TdClassName
{
border-color: #A77BEE;
}
.TagClassName
{
border-color: #A77BEE;
}
</style>