Shades of East Side #AC89CB
Tints of East Side #AC89CB
RGB
CMYK
RGB Variations
Color information
#AC89CB (or 0xAC89CB) is known color: East Side. HEX triplet: AC, 89 and CB. RGB value is (172,137,203). Sum of RGB (Red+Green+Blue) = 172+137+203=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC89CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC89CB is #537634. Grayscale: #9A9A9A. Windows color (decimal): -5469749 or 13339052. OLE color: 13339052.
HSL color Cylindrical-coordinate representation of color #AC89CB: hue angle of 271.82º degrees, saturation: 0.39, 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 #AC89CB is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 137 | 203 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.20 |
| HSL | 271.82º | 0.39% | 0.67% | - |
| HSV(B) | 271.82º | 0.33% | 0.8% | - |
| XYZ | 36.74 | 30.97 | 60.54 | - |
| YUV | 154.99 | 155.1 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 203 | 0.15 | 0.33 | 0 | 0.20 | 271.82 | 0.39 | 0.67 |
| Hex | AC | 89 | CB | F | 21 | 0 | 14 | 110 | 27 | 43 |
| Octal | 254 | 211 | 313 | 17 | 41 | 0 | 24 | 420 | 47 | 103 |
| Binary | 10101100 | 10001001 | 11001011 | 1111 | 100001 | 0 | 10100 | 100010000 | 100111 | 1000011 |
Color Harmonies of #AC89CB
Complementary color
Monochromatic Colors of #AC89CB
Black with #AC89CB
Text Example
Text Example
White with #AC89CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC89CB; }
p { color: rgb(172,137,203); }
H1.HeaderClassName
{
color: #AC89CB;
}
.AnyTagClassName
{
color: #AC89CB;
}
</style>
background-color css
<style>
a { background-color: #AC89CB; }
a { background-color: rgb(172,137,203); }
div.DivClassName
{
background-color: #AC89CB;
}
.BgClassName
{
background-color: #AC89CB;
}
</style>
border-color css
<style>
span { border-color: #AC89CB; }
span { border-color: rgb(172,137,203); }
td.TdClassName
{
border-color: #AC89CB;
}
.TagClassName
{
border-color: #AC89CB;
}
</style>