Shades of East Side #AB77BD
Tints of East Side #AB77BD
RGB
CMYK
RGB Variations
Color information
#AB77BD (or 0xAB77BD) is known color: East Side. HEX triplet: AB, 77 and BD. RGB value is (171,119,189). Sum of RGB (Red+Green+Blue) = 171+119+189=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB77BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB77BD is #548842. Grayscale: #8E8E8E. Windows color (decimal): -5539907 or 12416939. OLE color: 12416939.
HSL color Cylindrical-coordinate representation of color #AB77BD: hue angle of 284.57º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB77BD is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 119 | 189 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.26 |
| HSL | 284.57º | 0.35% | 0.6% | - |
| HSV(B) | 284.57º | 0.37% | 0.74% | - |
| XYZ | 32.58 | 25.53 | 51.35 | - |
| YUV | 142.53 | 154.23 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 189 | 0.10 | 0.37 | 0 | 0.26 | 284.57 | 0.35 | 0.6 |
| Hex | AB | 77 | BD | A | 25 | 0 | 1A | 11D | 23 | 3C |
| Octal | 253 | 167 | 275 | 12 | 45 | 0 | 32 | 435 | 43 | 74 |
| Binary | 10101011 | 1110111 | 10111101 | 1010 | 100101 | 0 | 11010 | 100011101 | 100011 | 111100 |
Color Harmonies of #AB77BD
Complementary color
Monochromatic Colors of #AB77BD
Black with #AB77BD
Text Example
Text Example
White with #AB77BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB77BD; }
p { color: rgb(171,119,189); }
H1.HeaderClassName
{
color: #AB77BD;
}
.AnyTagClassName
{
color: #AB77BD;
}
</style>
background-color css
<style>
a { background-color: #AB77BD; }
a { background-color: rgb(171,119,189); }
div.DivClassName
{
background-color: #AB77BD;
}
.BgClassName
{
background-color: #AB77BD;
}
</style>
border-color css
<style>
span { border-color: #AB77BD; }
span { border-color: rgb(171,119,189); }
td.TdClassName
{
border-color: #AB77BD;
}
.TagClassName
{
border-color: #AB77BD;
}
</style>