Shades of East Side #AA9CB2
Tints of East Side #AA9CB2
RGB
CMYK
RGB Variations
Color information
#AA9CB2 (or 0xAA9CB2) is known color: East Side. HEX triplet: AA, 9C and B2. RGB value is (170,156,178). Sum of RGB (Red+Green+Blue) = 170+156+178=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA9CB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9CB2 is #55634D. Grayscale: #A2A2A2. Windows color (decimal): -5595982 or 11705514. OLE color: 11705514.
HSL color Cylindrical-coordinate representation of color #AA9CB2: hue angle of 278.18º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA9CB2 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 156 | 178 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.30 |
| HSL | 278.18º | 0.13% | 0.65% | - |
| HSV(B) | 278.18º | 0.12% | 0.7% | - |
| XYZ | 36.5 | 35.54 | 47.06 | - |
| YUV | 162.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 178 | 0.04 | 0.12 | 0 | 0.30 | 278.18 | 0.13 | 0.65 |
| Hex | AA | 9C | B2 | 4 | C | 0 | 1E | 116 | C | 41 |
| Octal | 252 | 234 | 262 | 4 | 14 | 0 | 36 | 426 | 14 | 101 |
| Binary | 10101010 | 10011100 | 10110010 | 100 | 1100 | 0 | 11110 | 100010110 | 1100 | 1000001 |
Color Harmonies of #AA9CB2
Complementary color
Monochromatic Colors of #AA9CB2
Black with #AA9CB2
Text Example
Text Example
White with #AA9CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9CB2; }
p { color: rgb(170,156,178); }
H1.HeaderClassName
{
color: #AA9CB2;
}
.AnyTagClassName
{
color: #AA9CB2;
}
</style>
background-color css
<style>
a { background-color: #AA9CB2; }
a { background-color: rgb(170,156,178); }
div.DivClassName
{
background-color: #AA9CB2;
}
.BgClassName
{
background-color: #AA9CB2;
}
</style>
border-color css
<style>
span { border-color: #AA9CB2; }
span { border-color: rgb(170,156,178); }
td.TdClassName
{
border-color: #AA9CB2;
}
.TagClassName
{
border-color: #AA9CB2;
}
</style>