Shades of East Side #AF90B4
Tints of East Side #AF90B4
RGB
CMYK
RGB Variations
Color information
#AF90B4 (or 0xAF90B4) is known color: East Side. HEX triplet: AF, 90 and B4. RGB value is (175,144,180). Sum of RGB (Red+Green+Blue) = 175+144+180=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF90B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90B4 is #506F4B. Grayscale: #9D9D9D. Windows color (decimal): -5271372 or 11833519. OLE color: 11833519.
HSL color Cylindrical-coordinate representation of color #AF90B4: hue angle of 291.67º degrees, saturation: 0.19, 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 #AF90B4 is Cyan = 0.03, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 144 | 180 | - |
| CMYK | 0.03 | 0.2 | 0 | 0.29 |
| HSL | 291.67º | 0.19% | 0.64% | - |
| HSV(B) | 291.67º | 0.2% | 0.71% | - |
| XYZ | 35.89 | 32.36 | 47.53 | - |
| YUV | 157.37 | 140.77 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 180 | 0.03 | 0.2 | 0 | 0.29 | 291.67 | 0.19 | 0.64 |
| Hex | AF | 90 | B4 | 3 | 14 | 0 | 1D | 124 | 13 | 40 |
| Octal | 257 | 220 | 264 | 3 | 24 | 0 | 35 | 444 | 23 | 100 |
| Binary | 10101111 | 10010000 | 10110100 | 11 | 10100 | 0 | 11101 | 100100100 | 10011 | 1000000 |
Color Harmonies of #AF90B4
Complementary color
Monochromatic Colors of #AF90B4
Black with #AF90B4
Text Example
Text Example
White with #AF90B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90B4; }
p { color: rgb(175,144,180); }
H1.HeaderClassName
{
color: #AF90B4;
}
.AnyTagClassName
{
color: #AF90B4;
}
</style>
background-color css
<style>
a { background-color: #AF90B4; }
a { background-color: rgb(175,144,180); }
div.DivClassName
{
background-color: #AF90B4;
}
.BgClassName
{
background-color: #AF90B4;
}
</style>
border-color css
<style>
span { border-color: #AF90B4; }
span { border-color: rgb(175,144,180); }
td.TdClassName
{
border-color: #AF90B4;
}
.TagClassName
{
border-color: #AF90B4;
}
</style>