Shades of East Side #AB86BD
Tints of East Side #AB86BD
RGB
CMYK
RGB Variations
Color information
#AB86BD (or 0xAB86BD) is known color: East Side. HEX triplet: AB, 86 and BD. RGB value is (171,134,189). Sum of RGB (Red+Green+Blue) = 171+134+189=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB86BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB86BD is #547942. Grayscale: #979797. Windows color (decimal): -5536067 or 12420779. OLE color: 12420779.
HSL color Cylindrical-coordinate representation of color #AB86BD: hue angle of 280.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB86BD is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 134 | 189 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.26 |
| HSL | 280.36º | 0.29% | 0.63% | - |
| HSV(B) | 280.36º | 0.29% | 0.74% | - |
| XYZ | 34.5 | 29.38 | 52 | - |
| YUV | 151.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 189 | 0.10 | 0.29 | 0 | 0.26 | 280.36 | 0.29 | 0.63 |
| Hex | AB | 86 | BD | A | 1D | 0 | 1A | 118 | 1D | 3F |
| Octal | 253 | 206 | 275 | 12 | 35 | 0 | 32 | 430 | 35 | 77 |
| Binary | 10101011 | 10000110 | 10111101 | 1010 | 11101 | 0 | 11010 | 100011000 | 11101 | 111111 |
Color Harmonies of #AB86BD
Complementary color
Monochromatic Colors of #AB86BD
Black with #AB86BD
Text Example
Text Example
White with #AB86BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB86BD; }
p { color: rgb(171,134,189); }
H1.HeaderClassName
{
color: #AB86BD;
}
.AnyTagClassName
{
color: #AB86BD;
}
</style>
background-color css
<style>
a { background-color: #AB86BD; }
a { background-color: rgb(171,134,189); }
div.DivClassName
{
background-color: #AB86BD;
}
.BgClassName
{
background-color: #AB86BD;
}
</style>
border-color css
<style>
span { border-color: #AB86BD; }
span { border-color: rgb(171,134,189); }
td.TdClassName
{
border-color: #AB86BD;
}
.TagClassName
{
border-color: #AB86BD;
}
</style>