Shades of East Side #AC8AB9
Tints of East Side #AC8AB9
RGB
CMYK
RGB Variations
Color information
#AC8AB9 (or 0xAC8AB9) is known color: East Side. HEX triplet: AC, 8A and B9. RGB value is (172,138,185). Sum of RGB (Red+Green+Blue) = 172+138+185=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC8AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8AB9 is #537546. Grayscale: #999999. Windows color (decimal): -5469511 or 12159660. OLE color: 12159660.
HSL color Cylindrical-coordinate representation of color #AC8AB9: hue angle of 283.4º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC8AB9 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 138 | 185 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.27 |
| HSL | 283.4º | 0.25% | 0.63% | - |
| HSV(B) | 283.4º | 0.25% | 0.73% | - |
| XYZ | 34.86 | 30.45 | 49.94 | - |
| YUV | 153.52 | 145.76 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 185 | 0.07 | 0.25 | 0 | 0.27 | 283.4 | 0.25 | 0.63 |
| Hex | AC | 8A | B9 | 7 | 19 | 0 | 1B | 11B | 19 | 3F |
| Octal | 254 | 212 | 271 | 7 | 31 | 0 | 33 | 433 | 31 | 77 |
| Binary | 10101100 | 10001010 | 10111001 | 111 | 11001 | 0 | 11011 | 100011011 | 11001 | 111111 |
Color Harmonies of #AC8AB9
Complementary color
Monochromatic Colors of #AC8AB9
Black with #AC8AB9
Text Example
Text Example
White with #AC8AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8AB9; }
p { color: rgb(172,138,185); }
H1.HeaderClassName
{
color: #AC8AB9;
}
.AnyTagClassName
{
color: #AC8AB9;
}
</style>
background-color css
<style>
a { background-color: #AC8AB9; }
a { background-color: rgb(172,138,185); }
div.DivClassName
{
background-color: #AC8AB9;
}
.BgClassName
{
background-color: #AC8AB9;
}
</style>
border-color css
<style>
span { border-color: #AC8AB9; }
span { border-color: rgb(172,138,185); }
td.TdClassName
{
border-color: #AC8AB9;
}
.TagClassName
{
border-color: #AC8AB9;
}
</style>