Shades of East Side #AC89CA
Tints of East Side #AC89CA
RGB
CMYK
RGB Variations
Color information
#AC89CA (or 0xAC89CA) is known color: East Side. HEX triplet: AC, 89 and CA. RGB value is (172,137,202). Sum of RGB (Red+Green+Blue) = 172+137+202=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC89CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC89CA is #537635. Grayscale: #9A9A9A. Windows color (decimal): -5469750 or 13273516. OLE color: 13273516.
HSL color Cylindrical-coordinate representation of color #AC89CA: hue angle of 272.31º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC89CA is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 137 | 202 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.21 |
| HSL | 272.31º | 0.38% | 0.66% | - |
| HSV(B) | 272.31º | 0.32% | 0.79% | - |
| XYZ | 36.62 | 30.93 | 59.92 | - |
| YUV | 154.88 | 154.6 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 202 | 0.15 | 0.32 | 0 | 0.21 | 272.31 | 0.38 | 0.66 |
| Hex | AC | 89 | CA | F | 20 | 0 | 15 | 110 | 26 | 42 |
| Octal | 254 | 211 | 312 | 17 | 40 | 0 | 25 | 420 | 46 | 102 |
| Binary | 10101100 | 10001001 | 11001010 | 1111 | 100000 | 0 | 10101 | 100010000 | 100110 | 1000010 |
Color Harmonies of #AC89CA
Complementary color
Monochromatic Colors of #AC89CA
Black with #AC89CA
Text Example
Text Example
White with #AC89CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC89CA; }
p { color: rgb(172,137,202); }
H1.HeaderClassName
{
color: #AC89CA;
}
.AnyTagClassName
{
color: #AC89CA;
}
</style>
background-color css
<style>
a { background-color: #AC89CA; }
a { background-color: rgb(172,137,202); }
div.DivClassName
{
background-color: #AC89CA;
}
.BgClassName
{
background-color: #AC89CA;
}
</style>
border-color css
<style>
span { border-color: #AC89CA; }
span { border-color: rgb(172,137,202); }
td.TdClassName
{
border-color: #AC89CA;
}
.TagClassName
{
border-color: #AC89CA;
}
</style>