Shades of East Side #AC84C6
Tints of East Side #AC84C6
RGB
CMYK
RGB Variations
Color information
#AC84C6 (or 0xAC84C6) is known color: East Side. HEX triplet: AC, 84 and C6. RGB value is (172,132,198). Sum of RGB (Red+Green+Blue) = 172+132+198=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC84C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC84C6 is #537B39. Grayscale: #979797. Windows color (decimal): -5471034 or 13010092. OLE color: 13010092.
HSL color Cylindrical-coordinate representation of color #AC84C6: hue angle of 276.36º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC84C6 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 132 | 198 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.22 |
| HSL | 276.36º | 0.37% | 0.65% | - |
| HSV(B) | 276.36º | 0.33% | 0.78% | - |
| XYZ | 35.46 | 29.35 | 57.22 | - |
| YUV | 151.48 | 154.25 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 198 | 0.13 | 0.33 | 0 | 0.22 | 276.36 | 0.37 | 0.65 |
| Hex | AC | 84 | C6 | D | 21 | 0 | 16 | 114 | 25 | 41 |
| Octal | 254 | 204 | 306 | 15 | 41 | 0 | 26 | 424 | 45 | 101 |
| Binary | 10101100 | 10000100 | 11000110 | 1101 | 100001 | 0 | 10110 | 100010100 | 100101 | 1000001 |
Color Harmonies of #AC84C6
Complementary color
Monochromatic Colors of #AC84C6
Black with #AC84C6
Text Example
Text Example
White with #AC84C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC84C6; }
p { color: rgb(172,132,198); }
H1.HeaderClassName
{
color: #AC84C6;
}
.AnyTagClassName
{
color: #AC84C6;
}
</style>
background-color css
<style>
a { background-color: #AC84C6; }
a { background-color: rgb(172,132,198); }
div.DivClassName
{
background-color: #AC84C6;
}
.BgClassName
{
background-color: #AC84C6;
}
</style>
border-color css
<style>
span { border-color: #AC84C6; }
span { border-color: rgb(172,132,198); }
td.TdClassName
{
border-color: #AC84C6;
}
.TagClassName
{
border-color: #AC84C6;
}
</style>