Shades of East Side #A779BD
Tints of East Side #A779BD
RGB
CMYK
RGB Variations
Color information
#A779BD (or 0xA779BD) is known color: East Side. HEX triplet: A7, 79 and BD. RGB value is (167,121,189). Sum of RGB (Red+Green+Blue) = 167+121+189=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #A779BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A779BD is #588642. Grayscale: #8E8E8E. Windows color (decimal): -5801539 or 12417447. OLE color: 12417447.
HSL color Cylindrical-coordinate representation of color #A779BD: hue angle of 280.59º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A779BD is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 121 | 189 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.26 |
| HSL | 280.59º | 0.34% | 0.61% | - |
| HSV(B) | 280.59º | 0.36% | 0.74% | - |
| XYZ | 31.96 | 25.56 | 51.39 | - |
| YUV | 142.51 | 154.24 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 121 | 189 | 0.12 | 0.36 | 0 | 0.26 | 280.59 | 0.34 | 0.61 |
| Hex | A7 | 79 | BD | C | 24 | 0 | 1A | 119 | 22 | 3D |
| Octal | 247 | 171 | 275 | 14 | 44 | 0 | 32 | 431 | 42 | 75 |
| Binary | 10100111 | 1111001 | 10111101 | 1100 | 100100 | 0 | 11010 | 100011001 | 100010 | 111101 |
Color Harmonies of #A779BD
Complementary color
Monochromatic Colors of #A779BD
Black with #A779BD
Text Example
Text Example
White with #A779BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A779BD; }
p { color: rgb(167,121,189); }
H1.HeaderClassName
{
color: #A779BD;
}
.AnyTagClassName
{
color: #A779BD;
}
</style>
background-color css
<style>
a { background-color: #A779BD; }
a { background-color: rgb(167,121,189); }
div.DivClassName
{
background-color: #A779BD;
}
.BgClassName
{
background-color: #A779BD;
}
</style>
border-color css
<style>
span { border-color: #A779BD; }
span { border-color: rgb(167,121,189); }
td.TdClassName
{
border-color: #A779BD;
}
.TagClassName
{
border-color: #A779BD;
}
</style>