Shades of East Side #AA8FB4
Tints of East Side #AA8FB4
RGB
CMYK
RGB Variations
Color information
#AA8FB4 (or 0xAA8FB4) is known color: East Side. HEX triplet: AA, 8F and B4. RGB value is (170,143,180). Sum of RGB (Red+Green+Blue) = 170+143+180=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA8FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FB4 is #55704B. Grayscale: #9B9B9B. Windows color (decimal): -5599308 or 11833258. OLE color: 11833258.
HSL color Cylindrical-coordinate representation of color #AA8FB4: hue angle of 283.78º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA8FB4 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 143 | 180 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.29 |
| HSL | 283.78º | 0.2% | 0.63% | - |
| HSV(B) | 283.78º | 0.21% | 0.71% | - |
| XYZ | 34.64 | 31.49 | 47.43 | - |
| YUV | 155.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 180 | 0.06 | 0.21 | 0 | 0.29 | 283.78 | 0.2 | 0.63 |
| Hex | AA | 8F | B4 | 6 | 15 | 0 | 1D | 11C | 14 | 3F |
| Octal | 252 | 217 | 264 | 6 | 25 | 0 | 35 | 434 | 24 | 77 |
| Binary | 10101010 | 10001111 | 10110100 | 110 | 10101 | 0 | 11101 | 100011100 | 10100 | 111111 |
Color Harmonies of #AA8FB4
Complementary color
Monochromatic Colors of #AA8FB4
Black with #AA8FB4
Text Example
Text Example
White with #AA8FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8FB4; }
p { color: rgb(170,143,180); }
H1.HeaderClassName
{
color: #AA8FB4;
}
.AnyTagClassName
{
color: #AA8FB4;
}
</style>
background-color css
<style>
a { background-color: #AA8FB4; }
a { background-color: rgb(170,143,180); }
div.DivClassName
{
background-color: #AA8FB4;
}
.BgClassName
{
background-color: #AA8FB4;
}
</style>
border-color css
<style>
span { border-color: #AA8FB4; }
span { border-color: rgb(170,143,180); }
td.TdClassName
{
border-color: #AA8FB4;
}
.TagClassName
{
border-color: #AA8FB4;
}
</style>