Shades of East Side #AB85B7
Tints of East Side #AB85B7
RGB
CMYK
RGB Variations
Color information
#AB85B7 (or 0xAB85B7) is known color: East Side. HEX triplet: AB, 85 and B7. RGB value is (171,133,183). Sum of RGB (Red+Green+Blue) = 171+133+183=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB85B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85B7 is #547A48. Grayscale: #959595. Windows color (decimal): -5536329 or 12027307. OLE color: 12027307.
HSL color Cylindrical-coordinate representation of color #AB85B7: hue angle of 285.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB85B7 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 133 | 183 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.28 |
| HSL | 285.6º | 0.26% | 0.62% | - |
| HSV(B) | 285.6º | 0.27% | 0.72% | - |
| XYZ | 33.73 | 28.85 | 48.59 | - |
| YUV | 150.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 183 | 0.07 | 0.27 | 0 | 0.28 | 285.6 | 0.26 | 0.62 |
| Hex | AB | 85 | B7 | 7 | 1B | 0 | 1C | 11E | 1A | 3E |
| Octal | 253 | 205 | 267 | 7 | 33 | 0 | 34 | 436 | 32 | 76 |
| Binary | 10101011 | 10000101 | 10110111 | 111 | 11011 | 0 | 11100 | 100011110 | 11010 | 111110 |
Color Harmonies of #AB85B7
Complementary color
Monochromatic Colors of #AB85B7
Black with #AB85B7
Text Example
Text Example
White with #AB85B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB85B7; }
p { color: rgb(171,133,183); }
H1.HeaderClassName
{
color: #AB85B7;
}
.AnyTagClassName
{
color: #AB85B7;
}
</style>
background-color css
<style>
a { background-color: #AB85B7; }
a { background-color: rgb(171,133,183); }
div.DivClassName
{
background-color: #AB85B7;
}
.BgClassName
{
background-color: #AB85B7;
}
</style>
border-color css
<style>
span { border-color: #AB85B7; }
span { border-color: rgb(171,133,183); }
td.TdClassName
{
border-color: #AB85B7;
}
.TagClassName
{
border-color: #AB85B7;
}
</style>