Shades of East Side #AB80BE
Tints of East Side #AB80BE
RGB
CMYK
RGB Variations
Color information
#AB80BE (or 0xAB80BE) is known color: East Side. HEX triplet: AB, 80 and BE. RGB value is (171,128,190). Sum of RGB (Red+Green+Blue) = 171+128+190=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB80BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80BE is #547F41. Grayscale: #939393. Windows color (decimal): -5537602 or 12484779. OLE color: 12484779.
HSL color Cylindrical-coordinate representation of color #AB80BE: hue angle of 281.61º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB80BE is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 128 | 190 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.25 |
| HSL | 281.61º | 0.32% | 0.62% | - |
| HSV(B) | 281.61º | 0.33% | 0.75% | - |
| XYZ | 33.81 | 27.81 | 52.3 | - |
| YUV | 147.93 | 151.75 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 190 | 0.10 | 0.33 | 0 | 0.25 | 281.61 | 0.32 | 0.62 |
| Hex | AB | 80 | BE | A | 21 | 0 | 19 | 11A | 20 | 3E |
| Octal | 253 | 200 | 276 | 12 | 41 | 0 | 31 | 432 | 40 | 76 |
| Binary | 10101011 | 10000000 | 10111110 | 1010 | 100001 | 0 | 11001 | 100011010 | 100000 | 111110 |
Color Harmonies of #AB80BE
Complementary color
Monochromatic Colors of #AB80BE
Black with #AB80BE
Text Example
Text Example
White with #AB80BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB80BE; }
p { color: rgb(171,128,190); }
H1.HeaderClassName
{
color: #AB80BE;
}
.AnyTagClassName
{
color: #AB80BE;
}
</style>
background-color css
<style>
a { background-color: #AB80BE; }
a { background-color: rgb(171,128,190); }
div.DivClassName
{
background-color: #AB80BE;
}
.BgClassName
{
background-color: #AB80BE;
}
</style>
border-color css
<style>
span { border-color: #AB80BE; }
span { border-color: rgb(171,128,190); }
td.TdClassName
{
border-color: #AB80BE;
}
.TagClassName
{
border-color: #AB80BE;
}
</style>