Shades of Medium Purple #A77BDB
Tints of Medium Purple #A77BDB
RGB
CMYK
RGB Variations
Color information
#A77BDB (or 0xA77BDB) is known color: Medium Purple. HEX triplet: A7, 7B and DB. RGB value is (167,123,219). Sum of RGB (Red+Green+Blue) = 167+123+219=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #A77BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77BDB is #588424. Grayscale: #929292. Windows color (decimal): -5800997 or 14384039. OLE color: 14384039.
HSL color Cylindrical-coordinate representation of color #A77BDB: hue angle of 267.5º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A77BDB is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 123 | 219 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.14 |
| HSL | 267.5º | 0.57% | 0.67% | - |
| HSV(B) | 267.5º | 0.44% | 0.86% | - |
| XYZ | 35.81 | 27.5 | 70.44 | - |
| YUV | 147.1 | 168.58 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 219 | 0.24 | 0.44 | 0 | 0.14 | 267.5 | 0.57 | 0.67 |
| Hex | A7 | 7B | DB | 18 | 2C | 0 | E | 10C | 39 | 43 |
| Octal | 247 | 173 | 333 | 30 | 54 | 0 | 16 | 414 | 71 | 103 |
| Binary | 10100111 | 1111011 | 11011011 | 11000 | 101100 | 0 | 1110 | 100001100 | 111001 | 1000011 |
Color Harmonies of #A77BDB
Complementary color
Monochromatic Colors of #A77BDB
Black with #A77BDB
Text Example
Text Example
White with #A77BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77BDB; }
p { color: rgb(167,123,219); }
H1.HeaderClassName
{
color: #A77BDB;
}
.AnyTagClassName
{
color: #A77BDB;
}
</style>
background-color css
<style>
a { background-color: #A77BDB; }
a { background-color: rgb(167,123,219); }
div.DivClassName
{
background-color: #A77BDB;
}
.BgClassName
{
background-color: #A77BDB;
}
</style>
border-color css
<style>
span { border-color: #A77BDB; }
span { border-color: rgb(167,123,219); }
td.TdClassName
{
border-color: #A77BDB;
}
.TagClassName
{
border-color: #A77BDB;
}
</style>