Shades of East Side #AC8DBB
Tints of East Side #AC8DBB
RGB
CMYK
RGB Variations
Color information
#AC8DBB (or 0xAC8DBB) is known color: East Side. HEX triplet: AC, 8D and BB. RGB value is (172,141,187). Sum of RGB (Red+Green+Blue) = 172+141+187=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC8DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8DBB is #537244. Grayscale: #9B9B9B. Windows color (decimal): -5468741 or 12291500. OLE color: 12291500.
HSL color Cylindrical-coordinate representation of color #AC8DBB: hue angle of 280.43º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC8DBB is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 172 | 141 | 187 | - |
CMYK | 0.08 | 0.25 | 0 | 0.27 |
HSL | 280.43º | 0.25% | 0.64% | - |
HSV(B) | 280.43º | 0.25% | 0.73% | - |
XYZ | 35.51 | 31.41 | 51.2 | - |
YUV | 155.51 | 145.77 | 139.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 141 | 187 | 0.08 | 0.25 | 0 | 0.27 | 280.43 | 0.25 | 0.64 |
Hex | AC | 8D | BB | 8 | 19 | 0 | 1B | 118 | 19 | 40 |
Octal | 254 | 215 | 273 | 10 | 31 | 0 | 33 | 430 | 31 | 100 |
Binary | 10101100 | 10001101 | 10111011 | 1000 | 11001 | 0 | 11011 | 100011000 | 11001 | 1000000 |
Color Harmonies of #AC8DBB
Complementary color
Monochromatic Colors of #AC8DBB
Black with #AC8DBB
Text Example
Text Example
White with #AC8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8DBB; }
p { color: rgb(172,141,187); }
H1.HeaderClassName
{
color: #AC8DBB;
}
.AnyTagClassName
{
color: #AC8DBB;
}
</style>
background-color css
<style>
a { background-color: #AC8DBB; }
a { background-color: rgb(172,141,187); }
div.DivClassName
{
background-color: #AC8DBB;
}
.BgClassName
{
background-color: #AC8DBB;
}
</style>
border-color css
<style>
span { border-color: #AC8DBB; }
span { border-color: rgb(172,141,187); }
td.TdClassName
{
border-color: #AC8DBB;
}
.TagClassName
{
border-color: #AC8DBB;
}
</style>