Shades of East Side #AA9DB7
Tints of East Side #AA9DB7
RGB
CMYK
RGB Variations
Color information
#AA9DB7 (or 0xAA9DB7) is known color: East Side. HEX triplet: AA, 9D and B7. RGB value is (170,157,183). Sum of RGB (Red+Green+Blue) = 170+157+183=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA9DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DB7 is #556248. Grayscale: #A3A3A3. Windows color (decimal): -5595721 or 12033450. OLE color: 12033450.
HSL color Cylindrical-coordinate representation of color #AA9DB7: hue angle of 270º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AA9DB7 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 170 | 157 | 183 | - |
CMYK | 0.07 | 0.14 | 0 | 0.28 |
HSL | 270º | 0.15% | 0.67% | - |
HSV(B) | 270º | 0.14% | 0.72% | - |
XYZ | 37.18 | 36.08 | 49.8 | - |
YUV | 163.85 | 138.81 | 132.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 157 | 183 | 0.07 | 0.14 | 0 | 0.28 | 270 | 0.15 | 0.67 |
Hex | AA | 9D | B7 | 7 | E | 0 | 1C | 10E | F | 43 |
Octal | 252 | 235 | 267 | 7 | 16 | 0 | 34 | 416 | 17 | 103 |
Binary | 10101010 | 10011101 | 10110111 | 111 | 1110 | 0 | 11100 | 100001110 | 1111 | 1000011 |
Color Harmonies of #AA9DB7
Complementary color
Monochromatic Colors of #AA9DB7
Black with #AA9DB7
Text Example
Text Example
White with #AA9DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9DB7; }
p { color: rgb(170,157,183); }
H1.HeaderClassName
{
color: #AA9DB7;
}
.AnyTagClassName
{
color: #AA9DB7;
}
</style>
background-color css
<style>
a { background-color: #AA9DB7; }
a { background-color: rgb(170,157,183); }
div.DivClassName
{
background-color: #AA9DB7;
}
.BgClassName
{
background-color: #AA9DB7;
}
</style>
border-color css
<style>
span { border-color: #AA9DB7; }
span { border-color: rgb(170,157,183); }
td.TdClassName
{
border-color: #AA9DB7;
}
.TagClassName
{
border-color: #AA9DB7;
}
</style>