Shades of East Side #AB8CC2
Tints of East Side #AB8CC2
RGB
CMYK
RGB Variations
Color information
#AB8CC2 (or 0xAB8CC2) is known color: East Side. HEX triplet: AB, 8C and C2. RGB value is (171,140,194). Sum of RGB (Red+Green+Blue) = 171+140+194=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB8CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CC2 is #54733D. Grayscale: #9B9B9B. Windows color (decimal): -5534526 or 12749995. OLE color: 12749995.
HSL color Cylindrical-coordinate representation of color #AB8CC2: hue angle of 274.44º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB8CC2 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 140 | 194 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.24 |
| HSL | 274.44º | 0.31% | 0.65% | - |
| HSV(B) | 274.44º | 0.28% | 0.76% | - |
| XYZ | 35.91 | 31.31 | 55.19 | - |
| YUV | 155.43 | 149.77 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 194 | 0.12 | 0.28 | 0 | 0.24 | 274.44 | 0.31 | 0.65 |
| Hex | AB | 8C | C2 | C | 1C | 0 | 18 | 112 | 1F | 41 |
| Octal | 253 | 214 | 302 | 14 | 34 | 0 | 30 | 422 | 37 | 101 |
| Binary | 10101011 | 10001100 | 11000010 | 1100 | 11100 | 0 | 11000 | 100010010 | 11111 | 1000001 |
Color Harmonies of #AB8CC2
Complementary color
Monochromatic Colors of #AB8CC2
Black with #AB8CC2
Text Example
Text Example
White with #AB8CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8CC2; }
p { color: rgb(171,140,194); }
H1.HeaderClassName
{
color: #AB8CC2;
}
.AnyTagClassName
{
color: #AB8CC2;
}
</style>
background-color css
<style>
a { background-color: #AB8CC2; }
a { background-color: rgb(171,140,194); }
div.DivClassName
{
background-color: #AB8CC2;
}
.BgClassName
{
background-color: #AB8CC2;
}
</style>
border-color css
<style>
span { border-color: #AB8CC2; }
span { border-color: rgb(171,140,194); }
td.TdClassName
{
border-color: #AB8CC2;
}
.TagClassName
{
border-color: #AB8CC2;
}
</style>