Shades of East Side #AC8AB8
Tints of East Side #AC8AB8
RGB
CMYK
RGB Variations
Color information
#AC8AB8 (or 0xAC8AB8) is known color: East Side. HEX triplet: AC, 8A and B8. RGB value is (172,138,184). Sum of RGB (Red+Green+Blue) = 172+138+184=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC8AB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8AB8 is #537547. Grayscale: #999999. Windows color (decimal): -5469512 or 12094124. OLE color: 12094124.
HSL color Cylindrical-coordinate representation of color #AC8AB8: hue angle of 284.35º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC8AB8 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 138 | 184 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.28 |
| HSL | 284.35º | 0.24% | 0.63% | - |
| HSV(B) | 284.35º | 0.25% | 0.72% | - |
| XYZ | 34.75 | 30.41 | 49.39 | - |
| YUV | 153.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 184 | 0.07 | 0.25 | 0 | 0.28 | 284.35 | 0.24 | 0.63 |
| Hex | AC | 8A | B8 | 7 | 19 | 0 | 1C | 11C | 18 | 3F |
| Octal | 254 | 212 | 270 | 7 | 31 | 0 | 34 | 434 | 30 | 77 |
| Binary | 10101100 | 10001010 | 10111000 | 111 | 11001 | 0 | 11100 | 100011100 | 11000 | 111111 |
Color Harmonies of #AC8AB8
Complementary color
Monochromatic Colors of #AC8AB8
Black with #AC8AB8
Text Example
Text Example
White with #AC8AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8AB8; }
p { color: rgb(172,138,184); }
H1.HeaderClassName
{
color: #AC8AB8;
}
.AnyTagClassName
{
color: #AC8AB8;
}
</style>
background-color css
<style>
a { background-color: #AC8AB8; }
a { background-color: rgb(172,138,184); }
div.DivClassName
{
background-color: #AC8AB8;
}
.BgClassName
{
background-color: #AC8AB8;
}
</style>
border-color css
<style>
span { border-color: #AC8AB8; }
span { border-color: rgb(172,138,184); }
td.TdClassName
{
border-color: #AC8AB8;
}
.TagClassName
{
border-color: #AC8AB8;
}
</style>