Shades of East Side #AA8CBD
Tints of East Side #AA8CBD
RGB
CMYK
RGB Variations
Color information
#AA8CBD (or 0xAA8CBD) is known color: East Side. HEX triplet: AA, 8C and BD. RGB value is (170,140,189). Sum of RGB (Red+Green+Blue) = 170+140+189=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA8CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CBD is #557342. Grayscale: #9A9A9A. Windows color (decimal): -5600067 or 12422314. OLE color: 12422314.
HSL color Cylindrical-coordinate representation of color #AA8CBD: hue angle of 276.73º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA8CBD is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 140 | 189 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.26 |
| HSL | 276.73º | 0.27% | 0.65% | - |
| HSV(B) | 276.73º | 0.26% | 0.74% | - |
| XYZ | 35.14 | 30.98 | 52.27 | - |
| YUV | 154.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 189 | 0.10 | 0.26 | 0 | 0.26 | 276.73 | 0.27 | 0.65 |
| Hex | AA | 8C | BD | A | 1A | 0 | 1A | 115 | 1B | 41 |
| Octal | 252 | 214 | 275 | 12 | 32 | 0 | 32 | 425 | 33 | 101 |
| Binary | 10101010 | 10001100 | 10111101 | 1010 | 11010 | 0 | 11010 | 100010101 | 11011 | 1000001 |
Color Harmonies of #AA8CBD
Complementary color
Monochromatic Colors of #AA8CBD
Black with #AA8CBD
Text Example
Text Example
White with #AA8CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8CBD; }
p { color: rgb(170,140,189); }
H1.HeaderClassName
{
color: #AA8CBD;
}
.AnyTagClassName
{
color: #AA8CBD;
}
</style>
background-color css
<style>
a { background-color: #AA8CBD; }
a { background-color: rgb(170,140,189); }
div.DivClassName
{
background-color: #AA8CBD;
}
.BgClassName
{
background-color: #AA8CBD;
}
</style>
border-color css
<style>
span { border-color: #AA8CBD; }
span { border-color: rgb(170,140,189); }
td.TdClassName
{
border-color: #AA8CBD;
}
.TagClassName
{
border-color: #AA8CBD;
}
</style>