Shades of East Side #AB85C9
Tints of East Side #AB85C9
RGB
CMYK
RGB Variations
Color information
#AB85C9 (or 0xAB85C9) is known color: East Side. HEX triplet: AB, 85 and C9. RGB value is (171,133,201). Sum of RGB (Red+Green+Blue) = 171+133+201=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB85C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85C9 is #547A36. Grayscale: #979797. Windows color (decimal): -5536311 or 13206955. OLE color: 13206955.
HSL color Cylindrical-coordinate representation of color #AB85C9: hue angle of 273.53º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB85C9 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 133 | 201 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.21 |
| HSL | 273.53º | 0.39% | 0.65% | - |
| HSV(B) | 273.53º | 0.34% | 0.79% | - |
| XYZ | 35.72 | 29.65 | 59.1 | - |
| YUV | 152.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 201 | 0.15 | 0.34 | 0 | 0.21 | 273.53 | 0.39 | 0.65 |
| Hex | AB | 85 | C9 | F | 22 | 0 | 15 | 112 | 27 | 41 |
| Octal | 253 | 205 | 311 | 17 | 42 | 0 | 25 | 422 | 47 | 101 |
| Binary | 10101011 | 10000101 | 11001001 | 1111 | 100010 | 0 | 10101 | 100010010 | 100111 | 1000001 |
Color Harmonies of #AB85C9
Complementary color
Monochromatic Colors of #AB85C9
Black with #AB85C9
Text Example
Text Example
White with #AB85C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB85C9; }
p { color: rgb(171,133,201); }
H1.HeaderClassName
{
color: #AB85C9;
}
.AnyTagClassName
{
color: #AB85C9;
}
</style>
background-color css
<style>
a { background-color: #AB85C9; }
a { background-color: rgb(171,133,201); }
div.DivClassName
{
background-color: #AB85C9;
}
.BgClassName
{
background-color: #AB85C9;
}
</style>
border-color css
<style>
span { border-color: #AB85C9; }
span { border-color: rgb(171,133,201); }
td.TdClassName
{
border-color: #AB85C9;
}
.TagClassName
{
border-color: #AB85C9;
}
</style>