Shades of East Side #AC98C0
Tints of East Side #AC98C0
RGB
CMYK
RGB Variations
Color information
#AC98C0 (or 0xAC98C0) is known color: East Side. HEX triplet: AC, 98 and C0. RGB value is (172,152,192). Sum of RGB (Red+Green+Blue) = 172+152+192=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC98C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC98C0 is #53673F. Grayscale: #A2A2A2. Windows color (decimal): -5465920 or 12621996. OLE color: 12621996.
HSL color Cylindrical-coordinate representation of color #AC98C0: hue angle of 270º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC98C0 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 152 | 192 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.25 |
| HSL | 270º | 0.24% | 0.67% | - |
| HSV(B) | 270º | 0.21% | 0.75% | - |
| XYZ | 37.76 | 35.03 | 54.64 | - |
| YUV | 162.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 192 | 0.10 | 0.21 | 0 | 0.25 | 270 | 0.24 | 0.67 |
| Hex | AC | 98 | C0 | A | 15 | 0 | 19 | 10E | 18 | 43 |
| Octal | 254 | 230 | 300 | 12 | 25 | 0 | 31 | 416 | 30 | 103 |
| Binary | 10101100 | 10011000 | 11000000 | 1010 | 10101 | 0 | 11001 | 100001110 | 11000 | 1000011 |
Color Harmonies of #AC98C0
Complementary color
Monochromatic Colors of #AC98C0
Black with #AC98C0
Text Example
Text Example
White with #AC98C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC98C0; }
p { color: rgb(172,152,192); }
H1.HeaderClassName
{
color: #AC98C0;
}
.AnyTagClassName
{
color: #AC98C0;
}
</style>
background-color css
<style>
a { background-color: #AC98C0; }
a { background-color: rgb(172,152,192); }
div.DivClassName
{
background-color: #AC98C0;
}
.BgClassName
{
background-color: #AC98C0;
}
</style>
border-color css
<style>
span { border-color: #AC98C0; }
span { border-color: rgb(172,152,192); }
td.TdClassName
{
border-color: #AC98C0;
}
.TagClassName
{
border-color: #AC98C0;
}
</style>