Shades of East Side #AC8FBA
Tints of East Side #AC8FBA
RGB
CMYK
RGB Variations
Color information
#AC8FBA (or 0xAC8FBA) is known color: East Side. HEX triplet: AC, 8F and BA. RGB value is (172,143,186). Sum of RGB (Red+Green+Blue) = 172+143+186=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC8FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8FBA is #537045. Grayscale: #9C9C9C. Windows color (decimal): -5468230 or 12226476. OLE color: 12226476.
HSL color Cylindrical-coordinate representation of color #AC8FBA: hue angle of 280.47º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC8FBA is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 143 | 186 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.27 |
| HSL | 280.47º | 0.24% | 0.65% | - |
| HSV(B) | 280.47º | 0.23% | 0.73% | - |
| XYZ | 35.7 | 31.96 | 50.74 | - |
| YUV | 156.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 186 | 0.08 | 0.23 | 0 | 0.27 | 280.47 | 0.24 | 0.65 |
| Hex | AC | 8F | BA | 8 | 17 | 0 | 1B | 118 | 18 | 41 |
| Octal | 254 | 217 | 272 | 10 | 27 | 0 | 33 | 430 | 30 | 101 |
| Binary | 10101100 | 10001111 | 10111010 | 1000 | 10111 | 0 | 11011 | 100011000 | 11000 | 1000001 |
Color Harmonies of #AC8FBA
Complementary color
Monochromatic Colors of #AC8FBA
Black with #AC8FBA
Text Example
Text Example
White with #AC8FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8FBA; }
p { color: rgb(172,143,186); }
H1.HeaderClassName
{
color: #AC8FBA;
}
.AnyTagClassName
{
color: #AC8FBA;
}
</style>
background-color css
<style>
a { background-color: #AC8FBA; }
a { background-color: rgb(172,143,186); }
div.DivClassName
{
background-color: #AC8FBA;
}
.BgClassName
{
background-color: #AC8FBA;
}
</style>
border-color css
<style>
span { border-color: #AC8FBA; }
span { border-color: rgb(172,143,186); }
td.TdClassName
{
border-color: #AC8FBA;
}
.TagClassName
{
border-color: #AC8FBA;
}
</style>