Shades of East Side #AF90B7
Tints of East Side #AF90B7
RGB
CMYK
RGB Variations
Color information
#AF90B7 (or 0xAF90B7) is known color: East Side. HEX triplet: AF, 90 and B7. RGB value is (175,144,183). Sum of RGB (Red+Green+Blue) = 175+144+183=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF90B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90B7 is #506F48. Grayscale: #9D9D9D. Windows color (decimal): -5271369 or 12030127. OLE color: 12030127.
HSL color Cylindrical-coordinate representation of color #AF90B7: hue angle of 287.69º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF90B7 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 144 | 183 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.28 |
| HSL | 287.69º | 0.21% | 0.64% | - |
| HSV(B) | 287.69º | 0.21% | 0.72% | - |
| XYZ | 36.2 | 32.48 | 49.16 | - |
| YUV | 157.72 | 142.27 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 183 | 0.04 | 0.21 | 0 | 0.28 | 287.69 | 0.21 | 0.64 |
| Hex | AF | 90 | B7 | 4 | 15 | 0 | 1C | 120 | 15 | 40 |
| Octal | 257 | 220 | 267 | 4 | 25 | 0 | 34 | 440 | 25 | 100 |
| Binary | 10101111 | 10010000 | 10110111 | 100 | 10101 | 0 | 11100 | 100100000 | 10101 | 1000000 |
Color Harmonies of #AF90B7
Complementary color
Monochromatic Colors of #AF90B7
Black with #AF90B7
Text Example
Text Example
White with #AF90B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90B7; }
p { color: rgb(175,144,183); }
H1.HeaderClassName
{
color: #AF90B7;
}
.AnyTagClassName
{
color: #AF90B7;
}
</style>
background-color css
<style>
a { background-color: #AF90B7; }
a { background-color: rgb(175,144,183); }
div.DivClassName
{
background-color: #AF90B7;
}
.BgClassName
{
background-color: #AF90B7;
}
</style>
border-color css
<style>
span { border-color: #AF90B7; }
span { border-color: rgb(175,144,183); }
td.TdClassName
{
border-color: #AF90B7;
}
.TagClassName
{
border-color: #AF90B7;
}
</style>