Shades of East Side #AC89B8
Tints of East Side #AC89B8
RGB
CMYK
RGB Variations
Color information
#AC89B8 (or 0xAC89B8) is known color: East Side. HEX triplet: AC, 89 and B8. RGB value is (172,137,184). Sum of RGB (Red+Green+Blue) = 172+137+184=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC89B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC89B8 is #537647. Grayscale: #989898. Windows color (decimal): -5469768 or 12093868. OLE color: 12093868.
HSL color Cylindrical-coordinate representation of color #AC89B8: hue angle of 284.68º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC89B8 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 137 | 184 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.28 |
| HSL | 284.68º | 0.25% | 0.63% | - |
| HSV(B) | 284.68º | 0.26% | 0.72% | - |
| XYZ | 34.61 | 30.12 | 49.34 | - |
| YUV | 152.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 184 | 0.07 | 0.26 | 0 | 0.28 | 284.68 | 0.25 | 0.63 |
| Hex | AC | 89 | B8 | 7 | 1A | 0 | 1C | 11D | 19 | 3F |
| Octal | 254 | 211 | 270 | 7 | 32 | 0 | 34 | 435 | 31 | 77 |
| Binary | 10101100 | 10001001 | 10111000 | 111 | 11010 | 0 | 11100 | 100011101 | 11001 | 111111 |
Color Harmonies of #AC89B8
Complementary color
Monochromatic Colors of #AC89B8
Black with #AC89B8
Text Example
Text Example
White with #AC89B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC89B8; }
p { color: rgb(172,137,184); }
H1.HeaderClassName
{
color: #AC89B8;
}
.AnyTagClassName
{
color: #AC89B8;
}
</style>
background-color css
<style>
a { background-color: #AC89B8; }
a { background-color: rgb(172,137,184); }
div.DivClassName
{
background-color: #AC89B8;
}
.BgClassName
{
background-color: #AC89B8;
}
</style>
border-color css
<style>
span { border-color: #AC89B8; }
span { border-color: rgb(172,137,184); }
td.TdClassName
{
border-color: #AC89B8;
}
.TagClassName
{
border-color: #AC89B8;
}
</style>