Shades of East Side #AC89C1
Tints of East Side #AC89C1
RGB
CMYK
RGB Variations
Color information
#AC89C1 (or 0xAC89C1) is known color: East Side. HEX triplet: AC, 89 and C1. RGB value is (172,137,193). Sum of RGB (Red+Green+Blue) = 172+137+193=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC89C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC89C1 is #53763E. Grayscale: #999999. Windows color (decimal): -5469759 or 12683692. OLE color: 12683692.
HSL color Cylindrical-coordinate representation of color #AC89C1: hue angle of 277.5º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC89C1 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 137 | 193 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.24 |
| HSL | 277.5º | 0.31% | 0.65% | - |
| HSV(B) | 277.5º | 0.29% | 0.76% | - |
| XYZ | 35.58 | 30.51 | 54.47 | - |
| YUV | 153.85 | 150.1 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 193 | 0.11 | 0.29 | 0 | 0.24 | 277.5 | 0.31 | 0.65 |
| Hex | AC | 89 | C1 | B | 1D | 0 | 18 | 116 | 1F | 41 |
| Octal | 254 | 211 | 301 | 13 | 35 | 0 | 30 | 426 | 37 | 101 |
| Binary | 10101100 | 10001001 | 11000001 | 1011 | 11101 | 0 | 11000 | 100010110 | 11111 | 1000001 |
Color Harmonies of #AC89C1
Complementary color
Monochromatic Colors of #AC89C1
Black with #AC89C1
Text Example
Text Example
White with #AC89C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC89C1; }
p { color: rgb(172,137,193); }
H1.HeaderClassName
{
color: #AC89C1;
}
.AnyTagClassName
{
color: #AC89C1;
}
</style>
background-color css
<style>
a { background-color: #AC89C1; }
a { background-color: rgb(172,137,193); }
div.DivClassName
{
background-color: #AC89C1;
}
.BgClassName
{
background-color: #AC89C1;
}
</style>
border-color css
<style>
span { border-color: #AC89C1; }
span { border-color: rgb(172,137,193); }
td.TdClassName
{
border-color: #AC89C1;
}
.TagClassName
{
border-color: #AC89C1;
}
</style>