Shades of East Side #AC84C7
Tints of East Side #AC84C7
RGB
CMYK
RGB Variations
Color information
#AC84C7 (or 0xAC84C7) is known color: East Side. HEX triplet: AC, 84 and C7. RGB value is (172,132,199). Sum of RGB (Red+Green+Blue) = 172+132+199=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 199 - color contains mainly: blue. Hex color #AC84C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC84C7 is #537B38. Grayscale: #979797. Windows color (decimal): -5471033 or 13075628. OLE color: 13075628.
HSL color Cylindrical-coordinate representation of color #AC84C7: hue angle of 275.82º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC84C7 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 132 | 199 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.22 |
| HSL | 275.82º | 0.37% | 0.65% | - |
| HSV(B) | 275.82º | 0.34% | 0.78% | - |
| XYZ | 35.57 | 29.4 | 57.83 | - |
| YUV | 151.6 | 154.75 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 199 | 0.14 | 0.34 | 0 | 0.22 | 275.82 | 0.37 | 0.65 |
| Hex | AC | 84 | C7 | E | 22 | 0 | 16 | 114 | 25 | 41 |
| Octal | 254 | 204 | 307 | 16 | 42 | 0 | 26 | 424 | 45 | 101 |
| Binary | 10101100 | 10000100 | 11000111 | 1110 | 100010 | 0 | 10110 | 100010100 | 100101 | 1000001 |
Color Harmonies of #AC84C7
Complementary color
Monochromatic Colors of #AC84C7
Black with #AC84C7
Text Example
Text Example
White with #AC84C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC84C7; }
p { color: rgb(172,132,199); }
H1.HeaderClassName
{
color: #AC84C7;
}
.AnyTagClassName
{
color: #AC84C7;
}
</style>
background-color css
<style>
a { background-color: #AC84C7; }
a { background-color: rgb(172,132,199); }
div.DivClassName
{
background-color: #AC84C7;
}
.BgClassName
{
background-color: #AC84C7;
}
</style>
border-color css
<style>
span { border-color: #AC84C7; }
span { border-color: rgb(172,132,199); }
td.TdClassName
{
border-color: #AC84C7;
}
.TagClassName
{
border-color: #AC84C7;
}
</style>