Shades of East Side #AB89CA
Tints of East Side #AB89CA
RGB
CMYK
RGB Variations
Color information
#AB89CA (or 0xAB89CA) is known color: East Side. HEX triplet: AB, 89 and CA. RGB value is (171,137,202). Sum of RGB (Red+Green+Blue) = 171+137+202=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB89CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB89CA is #547635. Grayscale: #9A9A9A. Windows color (decimal): -5535286 or 13273515. OLE color: 13273515.
HSL color Cylindrical-coordinate representation of color #AB89CA: hue angle of 271.38º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB89CA is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 137 | 202 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.21 |
| HSL | 271.38º | 0.38% | 0.66% | - |
| HSV(B) | 271.38º | 0.32% | 0.79% | - |
| XYZ | 36.4 | 30.81 | 59.91 | - |
| YUV | 154.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 202 | 0.15 | 0.32 | 0 | 0.21 | 271.38 | 0.38 | 0.66 |
| Hex | AB | 89 | CA | F | 20 | 0 | 15 | 10F | 26 | 42 |
| Octal | 253 | 211 | 312 | 17 | 40 | 0 | 25 | 417 | 46 | 102 |
| Binary | 10101011 | 10001001 | 11001010 | 1111 | 100000 | 0 | 10101 | 100001111 | 100110 | 1000010 |
Color Harmonies of #AB89CA
Complementary color
Monochromatic Colors of #AB89CA
Black with #AB89CA
Text Example
Text Example
White with #AB89CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB89CA; }
p { color: rgb(171,137,202); }
H1.HeaderClassName
{
color: #AB89CA;
}
.AnyTagClassName
{
color: #AB89CA;
}
</style>
background-color css
<style>
a { background-color: #AB89CA; }
a { background-color: rgb(171,137,202); }
div.DivClassName
{
background-color: #AB89CA;
}
.BgClassName
{
background-color: #AB89CA;
}
</style>
border-color css
<style>
span { border-color: #AB89CA; }
span { border-color: rgb(171,137,202); }
td.TdClassName
{
border-color: #AB89CA;
}
.TagClassName
{
border-color: #AB89CA;
}
</style>