Shades of East Side #AC89BD
Tints of East Side #AC89BD
RGB
CMYK
RGB Variations
Color information
#AC89BD (or 0xAC89BD) is known color: East Side. HEX triplet: AC, 89 and BD. RGB value is (172,137,189). Sum of RGB (Red+Green+Blue) = 172+137+189=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC89BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC89BD is #537642. Grayscale: #999999. Windows color (decimal): -5469763 or 12421548. OLE color: 12421548.
HSL color Cylindrical-coordinate representation of color #AC89BD: hue angle of 280.38º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC89BD is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 137 | 189 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.26 |
| HSL | 280.38º | 0.28% | 0.64% | - |
| HSV(B) | 280.38º | 0.28% | 0.74% | - |
| XYZ | 35.14 | 30.34 | 52.15 | - |
| YUV | 153.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 189 | 0.09 | 0.28 | 0 | 0.26 | 280.38 | 0.28 | 0.64 |
| Hex | AC | 89 | BD | 9 | 1C | 0 | 1A | 118 | 1C | 40 |
| Octal | 254 | 211 | 275 | 11 | 34 | 0 | 32 | 430 | 34 | 100 |
| Binary | 10101100 | 10001001 | 10111101 | 1001 | 11100 | 0 | 11010 | 100011000 | 11100 | 1000000 |
Color Harmonies of #AC89BD
Complementary color
Monochromatic Colors of #AC89BD
Black with #AC89BD
Text Example
Text Example
White with #AC89BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC89BD; }
p { color: rgb(172,137,189); }
H1.HeaderClassName
{
color: #AC89BD;
}
.AnyTagClassName
{
color: #AC89BD;
}
</style>
background-color css
<style>
a { background-color: #AC89BD; }
a { background-color: rgb(172,137,189); }
div.DivClassName
{
background-color: #AC89BD;
}
.BgClassName
{
background-color: #AC89BD;
}
</style>
border-color css
<style>
span { border-color: #AC89BD; }
span { border-color: rgb(172,137,189); }
td.TdClassName
{
border-color: #AC89BD;
}
.TagClassName
{
border-color: #AC89BD;
}
</style>