Shades of East Side #AC85B8
Tints of East Side #AC85B8
RGB
CMYK
RGB Variations
Color information
#AC85B8 (or 0xAC85B8) is known color: East Side. HEX triplet: AC, 85 and B8. RGB value is (172,133,184). Sum of RGB (Red+Green+Blue) = 172+133+184=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC85B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC85B8 is #537A47. Grayscale: #969696. Windows color (decimal): -5470792 or 12092844. OLE color: 12092844.
HSL color Cylindrical-coordinate representation of color #AC85B8: hue angle of 285.88º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC85B8 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 133 | 184 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.28 |
| HSL | 285.88º | 0.26% | 0.62% | - |
| HSV(B) | 285.88º | 0.28% | 0.72% | - |
| XYZ | 34.05 | 29.01 | 49.15 | - |
| YUV | 150.48 | 146.92 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 184 | 0.07 | 0.28 | 0 | 0.28 | 285.88 | 0.26 | 0.62 |
| Hex | AC | 85 | B8 | 7 | 1C | 0 | 1C | 11E | 1A | 3E |
| Octal | 254 | 205 | 270 | 7 | 34 | 0 | 34 | 436 | 32 | 76 |
| Binary | 10101100 | 10000101 | 10111000 | 111 | 11100 | 0 | 11100 | 100011110 | 11010 | 111110 |
Color Harmonies of #AC85B8
Complementary color
Monochromatic Colors of #AC85B8
Black with #AC85B8
Text Example
Text Example
White with #AC85B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC85B8; }
p { color: rgb(172,133,184); }
H1.HeaderClassName
{
color: #AC85B8;
}
.AnyTagClassName
{
color: #AC85B8;
}
</style>
background-color css
<style>
a { background-color: #AC85B8; }
a { background-color: rgb(172,133,184); }
div.DivClassName
{
background-color: #AC85B8;
}
.BgClassName
{
background-color: #AC85B8;
}
</style>
border-color css
<style>
span { border-color: #AC85B8; }
span { border-color: rgb(172,133,184); }
td.TdClassName
{
border-color: #AC85B8;
}
.TagClassName
{
border-color: #AC85B8;
}
</style>