Shades of East Side #AF90B9
Tints of East Side #AF90B9
RGB
CMYK
RGB Variations
Color information
#AF90B9 (or 0xAF90B9) is known color: East Side. HEX triplet: AF, 90 and B9. RGB value is (175,144,185). Sum of RGB (Red+Green+Blue) = 175+144+185=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF90B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90B9 is #506F46. Grayscale: #9D9D9D. Windows color (decimal): -5271367 or 12161199. OLE color: 12161199.
HSL color Cylindrical-coordinate representation of color #AF90B9: hue angle of 285.37º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF90B9 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 144 | 185 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.27 |
| HSL | 285.37º | 0.23% | 0.65% | - |
| HSV(B) | 285.37º | 0.22% | 0.73% | - |
| XYZ | 36.41 | 32.56 | 50.27 | - |
| YUV | 157.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 185 | 0.05 | 0.22 | 0 | 0.27 | 285.37 | 0.23 | 0.65 |
| Hex | AF | 90 | B9 | 5 | 16 | 0 | 1B | 11D | 17 | 41 |
| Octal | 257 | 220 | 271 | 5 | 26 | 0 | 33 | 435 | 27 | 101 |
| Binary | 10101111 | 10010000 | 10111001 | 101 | 10110 | 0 | 11011 | 100011101 | 10111 | 1000001 |
Color Harmonies of #AF90B9
Complementary color
Monochromatic Colors of #AF90B9
Black with #AF90B9
Text Example
Text Example
White with #AF90B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90B9; }
p { color: rgb(175,144,185); }
H1.HeaderClassName
{
color: #AF90B9;
}
.AnyTagClassName
{
color: #AF90B9;
}
</style>
background-color css
<style>
a { background-color: #AF90B9; }
a { background-color: rgb(175,144,185); }
div.DivClassName
{
background-color: #AF90B9;
}
.BgClassName
{
background-color: #AF90B9;
}
</style>
border-color css
<style>
span { border-color: #AF90B9; }
span { border-color: rgb(175,144,185); }
td.TdClassName
{
border-color: #AF90B9;
}
.TagClassName
{
border-color: #AF90B9;
}
</style>