Shades of East Side #AB85BE
Tints of East Side #AB85BE
RGB
CMYK
RGB Variations
Color information
#AB85BE (or 0xAB85BE) is known color: East Side. HEX triplet: AB, 85 and BE. RGB value is (171,133,190). Sum of RGB (Red+Green+Blue) = 171+133+190=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB85BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85BE is #547A41. Grayscale: #969696. Windows color (decimal): -5536322 or 12486059. OLE color: 12486059.
HSL color Cylindrical-coordinate representation of color #AB85BE: hue angle of 280º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB85BE is Cyan = 0.10, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 133 | 190 | - |
| CMYK | 0.10 | 0.3 | 0 | 0.25 |
| HSL | 280º | 0.3% | 0.63% | - |
| HSV(B) | 280º | 0.3% | 0.75% | - |
| XYZ | 34.48 | 29.15 | 52.52 | - |
| YUV | 150.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 190 | 0.10 | 0.3 | 0 | 0.25 | 280 | 0.3 | 0.63 |
| Hex | AB | 85 | BE | A | 1E | 0 | 19 | 118 | 1E | 3F |
| Octal | 253 | 205 | 276 | 12 | 36 | 0 | 31 | 430 | 36 | 77 |
| Binary | 10101011 | 10000101 | 10111110 | 1010 | 11110 | 0 | 11001 | 100011000 | 11110 | 111111 |
Color Harmonies of #AB85BE
Complementary color
Monochromatic Colors of #AB85BE
Black with #AB85BE
Text Example
Text Example
White with #AB85BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB85BE; }
p { color: rgb(171,133,190); }
H1.HeaderClassName
{
color: #AB85BE;
}
.AnyTagClassName
{
color: #AB85BE;
}
</style>
background-color css
<style>
a { background-color: #AB85BE; }
a { background-color: rgb(171,133,190); }
div.DivClassName
{
background-color: #AB85BE;
}
.BgClassName
{
background-color: #AB85BE;
}
</style>
border-color css
<style>
span { border-color: #AB85BE; }
span { border-color: rgb(171,133,190); }
td.TdClassName
{
border-color: #AB85BE;
}
.TagClassName
{
border-color: #AB85BE;
}
</style>