Shades of East Side #AC89B2
Tints of East Side #AC89B2
RGB
CMYK
RGB Variations
Color information
#AC89B2 (or 0xAC89B2) is known color: East Side. HEX triplet: AC, 89 and B2. RGB value is (172,137,178). Sum of RGB (Red+Green+Blue) = 172+137+178=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC89B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC89B2 is #53764D. Grayscale: #989898. Windows color (decimal): -5469774 or 11700652. OLE color: 11700652.
HSL color Cylindrical-coordinate representation of color #AC89B2: hue angle of 291.22º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC89B2 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 172 | 137 | 178 | - |
CMYK | 0.03 | 0.23 | 0 | 0.30 |
HSL | 291.22º | 0.21% | 0.62% | - |
HSV(B) | 291.22º | 0.23% | 0.7% | - |
XYZ | 33.99 | 29.88 | 46.09 | - |
YUV | 152.14 | 142.6 | 142.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 137 | 178 | 0.03 | 0.23 | 0 | 0.30 | 291.22 | 0.21 | 0.62 |
Hex | AC | 89 | B2 | 3 | 17 | 0 | 1E | 123 | 15 | 3E |
Octal | 254 | 211 | 262 | 3 | 27 | 0 | 36 | 443 | 25 | 76 |
Binary | 10101100 | 10001001 | 10110010 | 11 | 10111 | 0 | 11110 | 100100011 | 10101 | 111110 |
Color Harmonies of #AC89B2
Complementary color
Monochromatic Colors of #AC89B2
Black with #AC89B2
Text Example
Text Example
White with #AC89B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC89B2; }
p { color: rgb(172,137,178); }
H1.HeaderClassName
{
color: #AC89B2;
}
.AnyTagClassName
{
color: #AC89B2;
}
</style>
background-color css
<style>
a { background-color: #AC89B2; }
a { background-color: rgb(172,137,178); }
div.DivClassName
{
background-color: #AC89B2;
}
.BgClassName
{
background-color: #AC89B2;
}
</style>
border-color css
<style>
span { border-color: #AC89B2; }
span { border-color: rgb(172,137,178); }
td.TdClassName
{
border-color: #AC89B2;
}
.TagClassName
{
border-color: #AC89B2;
}
</style>