Shades of East Side #AB80BD
Tints of East Side #AB80BD
RGB
CMYK
RGB Variations
Color information
#AB80BD (or 0xAB80BD) is known color: East Side. HEX triplet: AB, 80 and BD. RGB value is (171,128,189). Sum of RGB (Red+Green+Blue) = 171+128+189=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB80BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80BD is #547F42. Grayscale: #939393. Windows color (decimal): -5537603 or 12419243. OLE color: 12419243.
HSL color Cylindrical-coordinate representation of color #AB80BD: hue angle of 282.3º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB80BD is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 128 | 189 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.26 |
| HSL | 282.3º | 0.32% | 0.62% | - |
| HSV(B) | 282.3º | 0.32% | 0.74% | - |
| XYZ | 33.7 | 27.77 | 51.73 | - |
| YUV | 147.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 189 | 0.10 | 0.32 | 0 | 0.26 | 282.3 | 0.32 | 0.62 |
| Hex | AB | 80 | BD | A | 20 | 0 | 1A | 11A | 20 | 3E |
| Octal | 253 | 200 | 275 | 12 | 40 | 0 | 32 | 432 | 40 | 76 |
| Binary | 10101011 | 10000000 | 10111101 | 1010 | 100000 | 0 | 11010 | 100011010 | 100000 | 111110 |
Color Harmonies of #AB80BD
Complementary color
Monochromatic Colors of #AB80BD
Black with #AB80BD
Text Example
Text Example
White with #AB80BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB80BD; }
p { color: rgb(171,128,189); }
H1.HeaderClassName
{
color: #AB80BD;
}
.AnyTagClassName
{
color: #AB80BD;
}
</style>
background-color css
<style>
a { background-color: #AB80BD; }
a { background-color: rgb(171,128,189); }
div.DivClassName
{
background-color: #AB80BD;
}
.BgClassName
{
background-color: #AB80BD;
}
</style>
border-color css
<style>
span { border-color: #AB80BD; }
span { border-color: rgb(171,128,189); }
td.TdClassName
{
border-color: #AB80BD;
}
.TagClassName
{
border-color: #AB80BD;
}
</style>