Shades of East Side #AB86CB
Tints of East Side #AB86CB
RGB
CMYK
RGB Variations
Color information
#AB86CB (or 0xAB86CB) is known color: East Side. HEX triplet: AB, 86 and CB. RGB value is (171,134,203). Sum of RGB (Red+Green+Blue) = 171+134+203=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB86CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB86CB is #547934. Grayscale: #989898. Windows color (decimal): -5536053 or 13338283. OLE color: 13338283.
HSL color Cylindrical-coordinate representation of color #AB86CB: hue angle of 272.17º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB86CB is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 134 | 203 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.20 |
| HSL | 272.17º | 0.4% | 0.66% | - |
| HSV(B) | 272.17º | 0.34% | 0.8% | - |
| XYZ | 36.1 | 30.02 | 60.39 | - |
| YUV | 152.93 | 156.26 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 203 | 0.16 | 0.34 | 0 | 0.20 | 272.17 | 0.4 | 0.66 |
| Hex | AB | 86 | CB | 10 | 22 | 0 | 14 | 110 | 28 | 42 |
| Octal | 253 | 206 | 313 | 20 | 42 | 0 | 24 | 420 | 50 | 102 |
| Binary | 10101011 | 10000110 | 11001011 | 10000 | 100010 | 0 | 10100 | 100010000 | 101000 | 1000010 |
Color Harmonies of #AB86CB
Complementary color
Monochromatic Colors of #AB86CB
Black with #AB86CB
Text Example
Text Example
White with #AB86CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB86CB; }
p { color: rgb(171,134,203); }
H1.HeaderClassName
{
color: #AB86CB;
}
.AnyTagClassName
{
color: #AB86CB;
}
</style>
background-color css
<style>
a { background-color: #AB86CB; }
a { background-color: rgb(171,134,203); }
div.DivClassName
{
background-color: #AB86CB;
}
.BgClassName
{
background-color: #AB86CB;
}
</style>
border-color css
<style>
span { border-color: #AB86CB; }
span { border-color: rgb(171,134,203); }
td.TdClassName
{
border-color: #AB86CB;
}
.TagClassName
{
border-color: #AB86CB;
}
</style>