Shades of East Side #AB86B8
Tints of East Side #AB86B8
RGB
CMYK
RGB Variations
Color information
#AB86B8 (or 0xAB86B8) is known color: East Side. HEX triplet: AB, 86 and B8. RGB value is (171,134,184). Sum of RGB (Red+Green+Blue) = 171+134+184=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB86B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB86B8 is #547947. Grayscale: #969696. Windows color (decimal): -5536072 or 12093099. OLE color: 12093099.
HSL color Cylindrical-coordinate representation of color #AB86B8: hue angle of 284.4º 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 #AB86B8 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 134 | 184 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.28 |
| HSL | 284.4º | 0.26% | 0.62% | - |
| HSV(B) | 284.4º | 0.27% | 0.72% | - |
| XYZ | 33.97 | 29.17 | 49.19 | - |
| YUV | 150.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 184 | 0.07 | 0.27 | 0 | 0.28 | 284.4 | 0.26 | 0.62 |
| Hex | AB | 86 | B8 | 7 | 1B | 0 | 1C | 11C | 1A | 3E |
| Octal | 253 | 206 | 270 | 7 | 33 | 0 | 34 | 434 | 32 | 76 |
| Binary | 10101011 | 10000110 | 10111000 | 111 | 11011 | 0 | 11100 | 100011100 | 11010 | 111110 |
Color Harmonies of #AB86B8
Complementary color
Monochromatic Colors of #AB86B8
Black with #AB86B8
Text Example
Text Example
White with #AB86B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB86B8; }
p { color: rgb(171,134,184); }
H1.HeaderClassName
{
color: #AB86B8;
}
.AnyTagClassName
{
color: #AB86B8;
}
</style>
background-color css
<style>
a { background-color: #AB86B8; }
a { background-color: rgb(171,134,184); }
div.DivClassName
{
background-color: #AB86B8;
}
.BgClassName
{
background-color: #AB86B8;
}
</style>
border-color css
<style>
span { border-color: #AB86B8; }
span { border-color: rgb(171,134,184); }
td.TdClassName
{
border-color: #AB86B8;
}
.TagClassName
{
border-color: #AB86B8;
}
</style>