Shades of East Side #AB77B4
Tints of East Side #AB77B4
RGB
CMYK
RGB Variations
Color information
#AB77B4 (or 0xAB77B4) is known color: East Side. HEX triplet: AB, 77 and B4. RGB value is (171,119,180). Sum of RGB (Red+Green+Blue) = 171+119+180=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB77B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB77B4 is #54884B. Grayscale: #8D8D8D. Windows color (decimal): -5539916 or 11827115. OLE color: 11827115.
HSL color Cylindrical-coordinate representation of color #AB77B4: hue angle of 291.15º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB77B4 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 119 | 180 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.29 |
| HSL | 291.15º | 0.29% | 0.59% | - |
| HSV(B) | 291.15º | 0.34% | 0.71% | - |
| XYZ | 31.63 | 25.15 | 46.37 | - |
| YUV | 141.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 180 | 0.05 | 0.34 | 0 | 0.29 | 291.15 | 0.29 | 0.59 |
| Hex | AB | 77 | B4 | 5 | 22 | 0 | 1D | 123 | 1D | 3B |
| Octal | 253 | 167 | 264 | 5 | 42 | 0 | 35 | 443 | 35 | 73 |
| Binary | 10101011 | 1110111 | 10110100 | 101 | 100010 | 0 | 11101 | 100100011 | 11101 | 111011 |
Color Harmonies of #AB77B4
Complementary color
Monochromatic Colors of #AB77B4
Black with #AB77B4
Text Example
Text Example
White with #AB77B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB77B4; }
p { color: rgb(171,119,180); }
H1.HeaderClassName
{
color: #AB77B4;
}
.AnyTagClassName
{
color: #AB77B4;
}
</style>
background-color css
<style>
a { background-color: #AB77B4; }
a { background-color: rgb(171,119,180); }
div.DivClassName
{
background-color: #AB77B4;
}
.BgClassName
{
background-color: #AB77B4;
}
</style>
border-color css
<style>
span { border-color: #AB77B4; }
span { border-color: rgb(171,119,180); }
td.TdClassName
{
border-color: #AB77B4;
}
.TagClassName
{
border-color: #AB77B4;
}
</style>