Shades of East Side #AB85CE
Tints of East Side #AB85CE
RGB
CMYK
RGB Variations
Color information
#AB85CE (or 0xAB85CE) is known color: East Side. HEX triplet: AB, 85 and CE. RGB value is (171,133,206). Sum of RGB (Red+Green+Blue) = 171+133+206=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB85CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85CE is #547A31. Grayscale: #989898. Windows color (decimal): -5536306 or 13534635. OLE color: 13534635.
HSL color Cylindrical-coordinate representation of color #AB85CE: hue angle of 271.23º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB85CE is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 133 | 206 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.19 |
| HSL | 271.23º | 0.43% | 0.66% | - |
| HSV(B) | 271.23º | 0.35% | 0.81% | - |
| XYZ | 36.32 | 29.89 | 62.25 | - |
| YUV | 152.68 | 158.09 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 206 | 0.17 | 0.35 | 0 | 0.19 | 271.23 | 0.43 | 0.66 |
| Hex | AB | 85 | CE | 11 | 23 | 0 | 13 | 10F | 2B | 42 |
| Octal | 253 | 205 | 316 | 21 | 43 | 0 | 23 | 417 | 53 | 102 |
| Binary | 10101011 | 10000101 | 11001110 | 10001 | 100011 | 0 | 10011 | 100001111 | 101011 | 1000010 |
Color Harmonies of #AB85CE
Complementary color
Monochromatic Colors of #AB85CE
Black with #AB85CE
Text Example
Text Example
White with #AB85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB85CE; }
p { color: rgb(171,133,206); }
H1.HeaderClassName
{
color: #AB85CE;
}
.AnyTagClassName
{
color: #AB85CE;
}
</style>
background-color css
<style>
a { background-color: #AB85CE; }
a { background-color: rgb(171,133,206); }
div.DivClassName
{
background-color: #AB85CE;
}
.BgClassName
{
background-color: #AB85CE;
}
</style>
border-color css
<style>
span { border-color: #AB85CE; }
span { border-color: rgb(171,133,206); }
td.TdClassName
{
border-color: #AB85CE;
}
.TagClassName
{
border-color: #AB85CE;
}
</style>