Shades of East Side #AF90B5
Tints of East Side #AF90B5
RGB
CMYK
RGB Variations
Color information
#AF90B5 (or 0xAF90B5) is known color: East Side. HEX triplet: AF, 90 and B5. RGB value is (175,144,181). Sum of RGB (Red+Green+Blue) = 175+144+181=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF90B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90B5 is #506F4A. Grayscale: #9D9D9D. Windows color (decimal): -5271371 or 11899055. OLE color: 11899055.
HSL color Cylindrical-coordinate representation of color #AF90B5: hue angle of 290.27º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF90B5 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 144 | 181 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.29 |
| HSL | 290.27º | 0.2% | 0.64% | - |
| HSV(B) | 290.27º | 0.2% | 0.71% | - |
| XYZ | 35.99 | 32.4 | 48.07 | - |
| YUV | 157.49 | 141.27 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 181 | 0.03 | 0.20 | 0 | 0.29 | 290.27 | 0.2 | 0.64 |
| Hex | AF | 90 | B5 | 3 | 14 | 0 | 1D | 122 | 14 | 40 |
| Octal | 257 | 220 | 265 | 3 | 24 | 0 | 35 | 442 | 24 | 100 |
| Binary | 10101111 | 10010000 | 10110101 | 11 | 10100 | 0 | 11101 | 100100010 | 10100 | 1000000 |
Color Harmonies of #AF90B5
Complementary color
Monochromatic Colors of #AF90B5
Black with #AF90B5
Text Example
Text Example
White with #AF90B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90B5; }
p { color: rgb(175,144,181); }
H1.HeaderClassName
{
color: #AF90B5;
}
.AnyTagClassName
{
color: #AF90B5;
}
</style>
background-color css
<style>
a { background-color: #AF90B5; }
a { background-color: rgb(175,144,181); }
div.DivClassName
{
background-color: #AF90B5;
}
.BgClassName
{
background-color: #AF90B5;
}
</style>
border-color css
<style>
span { border-color: #AF90B5; }
span { border-color: rgb(175,144,181); }
td.TdClassName
{
border-color: #AF90B5;
}
.TagClassName
{
border-color: #AF90B5;
}
</style>