Shades of East Side #AC84BC
Tints of East Side #AC84BC
RGB
CMYK
RGB Variations
Color information
#AC84BC (or 0xAC84BC) is known color: East Side. HEX triplet: AC, 84 and BC. RGB value is (172,132,188). Sum of RGB (Red+Green+Blue) = 172+132+188=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC84BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC84BC is #537B43. Grayscale: #969696. Windows color (decimal): -5471044 or 12354732. OLE color: 12354732.
HSL color Cylindrical-coordinate representation of color #AC84BC: hue angle of 282.86º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC84BC is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 132 | 188 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.26 |
| HSL | 282.86º | 0.29% | 0.63% | - |
| HSV(B) | 282.86º | 0.3% | 0.74% | - |
| XYZ | 34.34 | 28.9 | 51.35 | - |
| YUV | 150.34 | 149.25 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 188 | 0.09 | 0.30 | 0 | 0.26 | 282.86 | 0.29 | 0.63 |
| Hex | AC | 84 | BC | 9 | 1E | 0 | 1A | 11B | 1D | 3F |
| Octal | 254 | 204 | 274 | 11 | 36 | 0 | 32 | 433 | 35 | 77 |
| Binary | 10101100 | 10000100 | 10111100 | 1001 | 11110 | 0 | 11010 | 100011011 | 11101 | 111111 |
Color Harmonies of #AC84BC
Complementary color
Monochromatic Colors of #AC84BC
Black with #AC84BC
Text Example
Text Example
White with #AC84BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC84BC; }
p { color: rgb(172,132,188); }
H1.HeaderClassName
{
color: #AC84BC;
}
.AnyTagClassName
{
color: #AC84BC;
}
</style>
background-color css
<style>
a { background-color: #AC84BC; }
a { background-color: rgb(172,132,188); }
div.DivClassName
{
background-color: #AC84BC;
}
.BgClassName
{
background-color: #AC84BC;
}
</style>
border-color css
<style>
span { border-color: #AC84BC; }
span { border-color: rgb(172,132,188); }
td.TdClassName
{
border-color: #AC84BC;
}
.TagClassName
{
border-color: #AC84BC;
}
</style>