Shades of East Side #AB77BE
Tints of East Side #AB77BE
RGB
CMYK
RGB Variations
Color information
#AB77BE (or 0xAB77BE) is known color: East Side. HEX triplet: AB, 77 and BE. RGB value is (171,119,190). Sum of RGB (Red+Green+Blue) = 171+119+190=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB77BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB77BE is #548841. Grayscale: #8E8E8E. Windows color (decimal): -5539906 or 12482475. OLE color: 12482475.
HSL color Cylindrical-coordinate representation of color #AB77BE: hue angle of 283.94º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB77BE is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 119 | 190 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.25 |
| HSL | 283.94º | 0.35% | 0.61% | - |
| HSV(B) | 283.94º | 0.37% | 0.75% | - |
| XYZ | 32.69 | 25.57 | 51.93 | - |
| YUV | 142.64 | 154.73 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 190 | 0.10 | 0.37 | 0 | 0.25 | 283.94 | 0.35 | 0.61 |
| Hex | AB | 77 | BE | A | 25 | 0 | 19 | 11C | 23 | 3D |
| Octal | 253 | 167 | 276 | 12 | 45 | 0 | 31 | 434 | 43 | 75 |
| Binary | 10101011 | 1110111 | 10111110 | 1010 | 100101 | 0 | 11001 | 100011100 | 100011 | 111101 |
Color Harmonies of #AB77BE
Complementary color
Monochromatic Colors of #AB77BE
Black with #AB77BE
Text Example
Text Example
White with #AB77BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB77BE; }
p { color: rgb(171,119,190); }
H1.HeaderClassName
{
color: #AB77BE;
}
.AnyTagClassName
{
color: #AB77BE;
}
</style>
background-color css
<style>
a { background-color: #AB77BE; }
a { background-color: rgb(171,119,190); }
div.DivClassName
{
background-color: #AB77BE;
}
.BgClassName
{
background-color: #AB77BE;
}
</style>
border-color css
<style>
span { border-color: #AB77BE; }
span { border-color: rgb(171,119,190); }
td.TdClassName
{
border-color: #AB77BE;
}
.TagClassName
{
border-color: #AB77BE;
}
</style>