Shades of East Side #AB80B1
Tints of East Side #AB80B1
RGB
CMYK
RGB Variations
Color information
#AB80B1 (or 0xAB80B1) is known color: East Side. HEX triplet: AB, 80 and B1. RGB value is (171,128,177). Sum of RGB (Red+Green+Blue) = 171+128+177=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB80B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB80B1 is #547F4E. Grayscale: #929292. Windows color (decimal): -5537615 or 11632811. OLE color: 11632811.
HSL color Cylindrical-coordinate representation of color #AB80B1: hue angle of 292.65º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB80B1 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 128 | 177 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.31 |
| HSL | 292.65º | 0.24% | 0.6% | - |
| HSV(B) | 292.65º | 0.28% | 0.69% | - |
| XYZ | 32.45 | 27.27 | 45.15 | - |
| YUV | 146.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 177 | 0.03 | 0.28 | 0 | 0.31 | 292.65 | 0.24 | 0.6 |
| Hex | AB | 80 | B1 | 3 | 1C | 0 | 1F | 125 | 18 | 3C |
| Octal | 253 | 200 | 261 | 3 | 34 | 0 | 37 | 445 | 30 | 74 |
| Binary | 10101011 | 10000000 | 10110001 | 11 | 11100 | 0 | 11111 | 100100101 | 11000 | 111100 |
Color Harmonies of #AB80B1
Complementary color
Monochromatic Colors of #AB80B1
Black with #AB80B1
Text Example
Text Example
White with #AB80B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB80B1; }
p { color: rgb(171,128,177); }
H1.HeaderClassName
{
color: #AB80B1;
}
.AnyTagClassName
{
color: #AB80B1;
}
</style>
background-color css
<style>
a { background-color: #AB80B1; }
a { background-color: rgb(171,128,177); }
div.DivClassName
{
background-color: #AB80B1;
}
.BgClassName
{
background-color: #AB80B1;
}
</style>
border-color css
<style>
span { border-color: #AB80B1; }
span { border-color: rgb(171,128,177); }
td.TdClassName
{
border-color: #AB80B1;
}
.TagClassName
{
border-color: #AB80B1;
}
</style>