Shades of East Side #AA8DBF
Tints of East Side #AA8DBF
RGB
CMYK
RGB Variations
Color information
#AA8DBF (or 0xAA8DBF) is known color: East Side. HEX triplet: AA, 8D and BF. RGB value is (170,141,191). Sum of RGB (Red+Green+Blue) = 170+141+191=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA8DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DBF is #557240. Grayscale: #9B9B9B. Windows color (decimal): -5599809 or 12553642. OLE color: 12553642.
HSL color Cylindrical-coordinate representation of color #AA8DBF: hue angle of 274.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA8DBF is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 141 | 191 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.25 |
| HSL | 274.8º | 0.28% | 0.65% | - |
| HSV(B) | 274.8º | 0.26% | 0.75% | - |
| XYZ | 35.51 | 31.36 | 53.47 | - |
| YUV | 155.37 | 148.11 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 191 | 0.11 | 0.26 | 0 | 0.25 | 274.8 | 0.28 | 0.65 |
| Hex | AA | 8D | BF | B | 1A | 0 | 19 | 113 | 1C | 41 |
| Octal | 252 | 215 | 277 | 13 | 32 | 0 | 31 | 423 | 34 | 101 |
| Binary | 10101010 | 10001101 | 10111111 | 1011 | 11010 | 0 | 11001 | 100010011 | 11100 | 1000001 |
Color Harmonies of #AA8DBF
Complementary color
Monochromatic Colors of #AA8DBF
Black with #AA8DBF
Text Example
Text Example
White with #AA8DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8DBF; }
p { color: rgb(170,141,191); }
H1.HeaderClassName
{
color: #AA8DBF;
}
.AnyTagClassName
{
color: #AA8DBF;
}
</style>
background-color css
<style>
a { background-color: #AA8DBF; }
a { background-color: rgb(170,141,191); }
div.DivClassName
{
background-color: #AA8DBF;
}
.BgClassName
{
background-color: #AA8DBF;
}
</style>
border-color css
<style>
span { border-color: #AA8DBF; }
span { border-color: rgb(170,141,191); }
td.TdClassName
{
border-color: #AA8DBF;
}
.TagClassName
{
border-color: #AA8DBF;
}
</style>