Shades of East Side #AA9DB3
Tints of East Side #AA9DB3
RGB
CMYK
RGB Variations
Color information
#AA9DB3 (or 0xAA9DB3) is known color: East Side. HEX triplet: AA, 9D and B3. RGB value is (170,157,179). Sum of RGB (Red+Green+Blue) = 170+157+179=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA9DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DB3 is #55624C. Grayscale: #A3A3A3. Windows color (decimal): -5595725 or 11771306. OLE color: 11771306.
HSL color Cylindrical-coordinate representation of color #AA9DB3: hue angle of 275.45º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA9DB3 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 157 | 179 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.30 |
| HSL | 275.45º | 0.13% | 0.66% | - |
| HSV(B) | 275.45º | 0.12% | 0.7% | - |
| XYZ | 36.77 | 35.91 | 47.64 | - |
| YUV | 163.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 179 | 0.05 | 0.12 | 0 | 0.30 | 275.45 | 0.13 | 0.66 |
| Hex | AA | 9D | B3 | 5 | C | 0 | 1E | 113 | D | 42 |
| Octal | 252 | 235 | 263 | 5 | 14 | 0 | 36 | 423 | 15 | 102 |
| Binary | 10101010 | 10011101 | 10110011 | 101 | 1100 | 0 | 11110 | 100010011 | 1101 | 1000010 |
Color Harmonies of #AA9DB3
Complementary color
Monochromatic Colors of #AA9DB3
Black with #AA9DB3
Text Example
Text Example
White with #AA9DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9DB3; }
p { color: rgb(170,157,179); }
H1.HeaderClassName
{
color: #AA9DB3;
}
.AnyTagClassName
{
color: #AA9DB3;
}
</style>
background-color css
<style>
a { background-color: #AA9DB3; }
a { background-color: rgb(170,157,179); }
div.DivClassName
{
background-color: #AA9DB3;
}
.BgClassName
{
background-color: #AA9DB3;
}
</style>
border-color css
<style>
span { border-color: #AA9DB3; }
span { border-color: rgb(170,157,179); }
td.TdClassName
{
border-color: #AA9DB3;
}
.TagClassName
{
border-color: #AA9DB3;
}
</style>