Shades of East Side #AB8CC6
Tints of East Side #AB8CC6
RGB
CMYK
RGB Variations
Color information
#AB8CC6 (or 0xAB8CC6) is known color: East Side. HEX triplet: AB, 8C and C6. RGB value is (171,140,198). Sum of RGB (Red+Green+Blue) = 171+140+198=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB8CC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CC6 is #547339. Grayscale: #9B9B9B. Windows color (decimal): -5534522 or 13012139. OLE color: 13012139.
HSL color Cylindrical-coordinate representation of color #AB8CC6: hue angle of 272.07º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB8CC6 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 140 | 198 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.22 |
| HSL | 272.07º | 0.34% | 0.66% | - |
| HSV(B) | 272.07º | 0.29% | 0.78% | - |
| XYZ | 36.37 | 31.49 | 57.59 | - |
| YUV | 155.88 | 151.77 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 198 | 0.14 | 0.29 | 0 | 0.22 | 272.07 | 0.34 | 0.66 |
| Hex | AB | 8C | C6 | E | 1D | 0 | 16 | 110 | 22 | 42 |
| Octal | 253 | 214 | 306 | 16 | 35 | 0 | 26 | 420 | 42 | 102 |
| Binary | 10101011 | 10001100 | 11000110 | 1110 | 11101 | 0 | 10110 | 100010000 | 100010 | 1000010 |
Color Harmonies of #AB8CC6
Complementary color
Monochromatic Colors of #AB8CC6
Black with #AB8CC6
Text Example
Text Example
White with #AB8CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8CC6; }
p { color: rgb(171,140,198); }
H1.HeaderClassName
{
color: #AB8CC6;
}
.AnyTagClassName
{
color: #AB8CC6;
}
</style>
background-color css
<style>
a { background-color: #AB8CC6; }
a { background-color: rgb(171,140,198); }
div.DivClassName
{
background-color: #AB8CC6;
}
.BgClassName
{
background-color: #AB8CC6;
}
</style>
border-color css
<style>
span { border-color: #AB8CC6; }
span { border-color: rgb(171,140,198); }
td.TdClassName
{
border-color: #AB8CC6;
}
.TagClassName
{
border-color: #AB8CC6;
}
</style>