Shades of East Side #AA8FB6
Tints of East Side #AA8FB6
RGB
CMYK
RGB Variations
Color information
#AA8FB6 (or 0xAA8FB6) is known color: East Side. HEX triplet: AA, 8F and B6. RGB value is (170,143,182). Sum of RGB (Red+Green+Blue) = 170+143+182=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA8FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FB6 is #557049. Grayscale: #9B9B9B. Windows color (decimal): -5599306 or 11964330. OLE color: 11964330.
HSL color Cylindrical-coordinate representation of color #AA8FB6: hue angle of 281.54º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA8FB6 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 143 | 182 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.29 |
| HSL | 281.54º | 0.21% | 0.64% | - |
| HSV(B) | 281.54º | 0.21% | 0.71% | - |
| XYZ | 34.84 | 31.57 | 48.51 | - |
| YUV | 155.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 182 | 0.07 | 0.21 | 0 | 0.29 | 281.54 | 0.21 | 0.64 |
| Hex | AA | 8F | B6 | 7 | 15 | 0 | 1D | 11A | 15 | 40 |
| Octal | 252 | 217 | 266 | 7 | 25 | 0 | 35 | 432 | 25 | 100 |
| Binary | 10101010 | 10001111 | 10110110 | 111 | 10101 | 0 | 11101 | 100011010 | 10101 | 1000000 |
Color Harmonies of #AA8FB6
Complementary color
Monochromatic Colors of #AA8FB6
Black with #AA8FB6
Text Example
Text Example
White with #AA8FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8FB6; }
p { color: rgb(170,143,182); }
H1.HeaderClassName
{
color: #AA8FB6;
}
.AnyTagClassName
{
color: #AA8FB6;
}
</style>
background-color css
<style>
a { background-color: #AA8FB6; }
a { background-color: rgb(170,143,182); }
div.DivClassName
{
background-color: #AA8FB6;
}
.BgClassName
{
background-color: #AA8FB6;
}
</style>
border-color css
<style>
span { border-color: #AA8FB6; }
span { border-color: rgb(170,143,182); }
td.TdClassName
{
border-color: #AA8FB6;
}
.TagClassName
{
border-color: #AA8FB6;
}
</style>