Shades of East Side #AA90B3
Tints of East Side #AA90B3
RGB
CMYK
RGB Variations
Color information
#AA90B3 (or 0xAA90B3) is known color: East Side. HEX triplet: AA, 90 and B3. RGB value is (170,144,179). Sum of RGB (Red+Green+Blue) = 170+144+179=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA90B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90B3 is #556F4C. Grayscale: #9B9B9B. Windows color (decimal): -5599053 or 11767978. OLE color: 11767978.
HSL color Cylindrical-coordinate representation of color #AA90B3: hue angle of 284.57º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA90B3 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 144 | 179 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.30 |
| HSL | 284.57º | 0.19% | 0.63% | - |
| HSV(B) | 284.57º | 0.2% | 0.7% | - |
| XYZ | 34.69 | 31.75 | 46.95 | - |
| YUV | 155.76 | 141.11 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 179 | 0.05 | 0.20 | 0 | 0.30 | 284.57 | 0.19 | 0.63 |
| Hex | AA | 90 | B3 | 5 | 14 | 0 | 1E | 11D | 13 | 3F |
| Octal | 252 | 220 | 263 | 5 | 24 | 0 | 36 | 435 | 23 | 77 |
| Binary | 10101010 | 10010000 | 10110011 | 101 | 10100 | 0 | 11110 | 100011101 | 10011 | 111111 |
Color Harmonies of #AA90B3
Complementary color
Monochromatic Colors of #AA90B3
Black with #AA90B3
Text Example
Text Example
White with #AA90B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA90B3; }
p { color: rgb(170,144,179); }
H1.HeaderClassName
{
color: #AA90B3;
}
.AnyTagClassName
{
color: #AA90B3;
}
</style>
background-color css
<style>
a { background-color: #AA90B3; }
a { background-color: rgb(170,144,179); }
div.DivClassName
{
background-color: #AA90B3;
}
.BgClassName
{
background-color: #AA90B3;
}
</style>
border-color css
<style>
span { border-color: #AA90B3; }
span { border-color: rgb(170,144,179); }
td.TdClassName
{
border-color: #AA90B3;
}
.TagClassName
{
border-color: #AA90B3;
}
</style>