Shades of East Side #AC8ABB
Tints of East Side #AC8ABB
RGB
CMYK
RGB Variations
Color information
#AC8ABB (or 0xAC8ABB) is known color: East Side. HEX triplet: AC, 8A and BB. RGB value is (172,138,187). Sum of RGB (Red+Green+Blue) = 172+138+187=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC8ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ABB is #537544. Grayscale: #999999. Windows color (decimal): -5469509 or 12290732. OLE color: 12290732.
HSL color Cylindrical-coordinate representation of color #AC8ABB: hue angle of 281.63º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC8ABB is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 138 | 187 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.27 |
| HSL | 281.63º | 0.26% | 0.64% | - |
| HSV(B) | 281.63º | 0.26% | 0.73% | - |
| XYZ | 35.07 | 30.54 | 51.06 | - |
| YUV | 153.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 187 | 0.08 | 0.26 | 0 | 0.27 | 281.63 | 0.26 | 0.64 |
| Hex | AC | 8A | BB | 8 | 1A | 0 | 1B | 11A | 1A | 40 |
| Octal | 254 | 212 | 273 | 10 | 32 | 0 | 33 | 432 | 32 | 100 |
| Binary | 10101100 | 10001010 | 10111011 | 1000 | 11010 | 0 | 11011 | 100011010 | 11010 | 1000000 |
Color Harmonies of #AC8ABB
Complementary color
Monochromatic Colors of #AC8ABB
Black with #AC8ABB
Text Example
Text Example
White with #AC8ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8ABB; }
p { color: rgb(172,138,187); }
H1.HeaderClassName
{
color: #AC8ABB;
}
.AnyTagClassName
{
color: #AC8ABB;
}
</style>
background-color css
<style>
a { background-color: #AC8ABB; }
a { background-color: rgb(172,138,187); }
div.DivClassName
{
background-color: #AC8ABB;
}
.BgClassName
{
background-color: #AC8ABB;
}
</style>
border-color css
<style>
span { border-color: #AC8ABB; }
span { border-color: rgb(172,138,187); }
td.TdClassName
{
border-color: #AC8ABB;
}
.TagClassName
{
border-color: #AC8ABB;
}
</style>