Shades of East Side #AC9ABC
Tints of East Side #AC9ABC
RGB
CMYK
RGB Variations
Color information
#AC9ABC (or 0xAC9ABC) is known color: East Side. HEX triplet: AC, 9A and BC. RGB value is (172,154,188). Sum of RGB (Red+Green+Blue) = 172+154+188=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC9ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ABC is #536543. Grayscale: #A3A3A3. Windows color (decimal): -5465412 or 12360364. OLE color: 12360364.
HSL color Cylindrical-coordinate representation of color #AC9ABC: hue angle of 271.76º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC9ABC is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 154 | 188 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.26 |
| HSL | 271.76º | 0.2% | 0.67% | - |
| HSV(B) | 271.76º | 0.18% | 0.74% | - |
| XYZ | 37.65 | 35.51 | 52.45 | - |
| YUV | 163.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 188 | 0.09 | 0.18 | 0 | 0.26 | 271.76 | 0.2 | 0.67 |
| Hex | AC | 9A | BC | 9 | 12 | 0 | 1A | 110 | 14 | 43 |
| Octal | 254 | 232 | 274 | 11 | 22 | 0 | 32 | 420 | 24 | 103 |
| Binary | 10101100 | 10011010 | 10111100 | 1001 | 10010 | 0 | 11010 | 100010000 | 10100 | 1000011 |
Color Harmonies of #AC9ABC
Complementary color
Monochromatic Colors of #AC9ABC
Black with #AC9ABC
Text Example
Text Example
White with #AC9ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9ABC; }
p { color: rgb(172,154,188); }
H1.HeaderClassName
{
color: #AC9ABC;
}
.AnyTagClassName
{
color: #AC9ABC;
}
</style>
background-color css
<style>
a { background-color: #AC9ABC; }
a { background-color: rgb(172,154,188); }
div.DivClassName
{
background-color: #AC9ABC;
}
.BgClassName
{
background-color: #AC9ABC;
}
</style>
border-color css
<style>
span { border-color: #AC9ABC; }
span { border-color: rgb(172,154,188); }
td.TdClassName
{
border-color: #AC9ABC;
}
.TagClassName
{
border-color: #AC9ABC;
}
</style>