Shades of East Side #AA8FAF
Tints of East Side #AA8FAF
RGB
CMYK
RGB Variations
Color information
#AA8FAF (or 0xAA8FAF) is known color: East Side. HEX triplet: AA, 8F and AF. RGB value is (170,143,175). Sum of RGB (Red+Green+Blue) = 170+143+175=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA8FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8FAF is #557050. Grayscale: #9A9A9A. Windows color (decimal): -5599313 or 11505578. OLE color: 11505578.
HSL color Cylindrical-coordinate representation of color #AA8FAF: hue angle of 290.62º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA8FAF is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 143 | 175 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.31 |
| HSL | 290.63º | 0.17% | 0.62% | - |
| HSV(B) | 290.63º | 0.18% | 0.69% | - |
| XYZ | 34.14 | 31.29 | 44.8 | - |
| YUV | 154.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 175 | 0.03 | 0.18 | 0 | 0.31 | 290.63 | 0.17 | 0.62 |
| Hex | AA | 8F | AF | 3 | 12 | 0 | 1F | 123 | 11 | 3E |
| Octal | 252 | 217 | 257 | 3 | 22 | 0 | 37 | 443 | 21 | 76 |
| Binary | 10101010 | 10001111 | 10101111 | 11 | 10010 | 0 | 11111 | 100100011 | 10001 | 111110 |
Color Harmonies of #AA8FAF
Complementary color
Monochromatic Colors of #AA8FAF
Black with #AA8FAF
Text Example
Text Example
White with #AA8FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8FAF; }
p { color: rgb(170,143,175); }
H1.HeaderClassName
{
color: #AA8FAF;
}
.AnyTagClassName
{
color: #AA8FAF;
}
</style>
background-color css
<style>
a { background-color: #AA8FAF; }
a { background-color: rgb(170,143,175); }
div.DivClassName
{
background-color: #AA8FAF;
}
.BgClassName
{
background-color: #AA8FAF;
}
</style>
border-color css
<style>
span { border-color: #AA8FAF; }
span { border-color: rgb(170,143,175); }
td.TdClassName
{
border-color: #AA8FAF;
}
.TagClassName
{
border-color: #AA8FAF;
}
</style>