Shades of East Side #AC89CC
Tints of East Side #AC89CC
RGB
CMYK
RGB Variations
Color information
#AC89CC (or 0xAC89CC) is known color: East Side. HEX triplet: AC, 89 and CC. RGB value is (172,137,204). Sum of RGB (Red+Green+Blue) = 172+137+204=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC89CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC89CC is #537633. Grayscale: #9A9A9A. Windows color (decimal): -5469748 or 13404588. OLE color: 13404588.
HSL color Cylindrical-coordinate representation of color #AC89CC: hue angle of 271.34º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC89CC is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 137 | 204 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.2 |
| HSL | 271.34º | 0.4% | 0.67% | - |
| HSV(B) | 271.34º | 0.33% | 0.8% | - |
| XYZ | 36.86 | 31.02 | 61.17 | - |
| YUV | 155.1 | 155.6 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 204 | 0.16 | 0.33 | 0 | 0.2 | 271.34 | 0.4 | 0.67 |
| Hex | AC | 89 | CC | 10 | 21 | 0 | 14 | 10F | 28 | 43 |
| Octal | 254 | 211 | 314 | 20 | 41 | 0 | 24 | 417 | 50 | 103 |
| Binary | 10101100 | 10001001 | 11001100 | 10000 | 100001 | 0 | 10100 | 100001111 | 101000 | 1000011 |
Color Harmonies of #AC89CC
Complementary color
Monochromatic Colors of #AC89CC
Black with #AC89CC
Text Example
Text Example
White with #AC89CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC89CC; }
p { color: rgb(172,137,204); }
H1.HeaderClassName
{
color: #AC89CC;
}
.AnyTagClassName
{
color: #AC89CC;
}
</style>
background-color css
<style>
a { background-color: #AC89CC; }
a { background-color: rgb(172,137,204); }
div.DivClassName
{
background-color: #AC89CC;
}
.BgClassName
{
background-color: #AC89CC;
}
</style>
border-color css
<style>
span { border-color: #AC89CC; }
span { border-color: rgb(172,137,204); }
td.TdClassName
{
border-color: #AC89CC;
}
.TagClassName
{
border-color: #AC89CC;
}
</style>