Shades of East Side #AC8CC0
Tints of East Side #AC8CC0
RGB
CMYK
RGB Variations
Color information
#AC8CC0 (or 0xAC8CC0) is known color: East Side. HEX triplet: AC, 8C and C0. RGB value is (172,140,192). Sum of RGB (Red+Green+Blue) = 172+140+192=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC8CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CC0 is #53733F. Grayscale: #9B9B9B. Windows color (decimal): -5468992 or 12618924. OLE color: 12618924.
HSL color Cylindrical-coordinate representation of color #AC8CC0: hue angle of 276.92º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC8CC0 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 140 | 192 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.25 |
| HSL | 276.92º | 0.29% | 0.65% | - |
| HSV(B) | 276.92º | 0.27% | 0.75% | - |
| XYZ | 35.91 | 31.33 | 54.02 | - |
| YUV | 155.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 192 | 0.10 | 0.27 | 0 | 0.25 | 276.92 | 0.29 | 0.65 |
| Hex | AC | 8C | C0 | A | 1B | 0 | 19 | 115 | 1D | 41 |
| Octal | 254 | 214 | 300 | 12 | 33 | 0 | 31 | 425 | 35 | 101 |
| Binary | 10101100 | 10001100 | 11000000 | 1010 | 11011 | 0 | 11001 | 100010101 | 11101 | 1000001 |
Color Harmonies of #AC8CC0
Complementary color
Monochromatic Colors of #AC8CC0
Black with #AC8CC0
Text Example
Text Example
White with #AC8CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8CC0; }
p { color: rgb(172,140,192); }
H1.HeaderClassName
{
color: #AC8CC0;
}
.AnyTagClassName
{
color: #AC8CC0;
}
</style>
background-color css
<style>
a { background-color: #AC8CC0; }
a { background-color: rgb(172,140,192); }
div.DivClassName
{
background-color: #AC8CC0;
}
.BgClassName
{
background-color: #AC8CC0;
}
</style>
border-color css
<style>
span { border-color: #AC8CC0; }
span { border-color: rgb(172,140,192); }
td.TdClassName
{
border-color: #AC8CC0;
}
.TagClassName
{
border-color: #AC8CC0;
}
</style>