Shades of East Side #AF90BD
Tints of East Side #AF90BD
RGB
CMYK
RGB Variations
Color information
#AF90BD (or 0xAF90BD) is known color: East Side. HEX triplet: AF, 90 and BD. RGB value is (175,144,189). Sum of RGB (Red+Green+Blue) = 175+144+189=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF90BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90BD is #506F42. Grayscale: #9E9E9E. Windows color (decimal): -5271363 or 12423343. OLE color: 12423343.
HSL color Cylindrical-coordinate representation of color #AF90BD: hue angle of 281.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF90BD is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 144 | 189 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.26 |
| HSL | 281.33º | 0.25% | 0.65% | - |
| HSV(B) | 281.33º | 0.24% | 0.74% | - |
| XYZ | 36.84 | 32.73 | 52.52 | - |
| YUV | 158.4 | 145.27 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 189 | 0.07 | 0.24 | 0 | 0.26 | 281.33 | 0.25 | 0.65 |
| Hex | AF | 90 | BD | 7 | 18 | 0 | 1A | 119 | 19 | 41 |
| Octal | 257 | 220 | 275 | 7 | 30 | 0 | 32 | 431 | 31 | 101 |
| Binary | 10101111 | 10010000 | 10111101 | 111 | 11000 | 0 | 11010 | 100011001 | 11001 | 1000001 |
Color Harmonies of #AF90BD
Complementary color
Monochromatic Colors of #AF90BD
Black with #AF90BD
Text Example
Text Example
White with #AF90BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90BD; }
p { color: rgb(175,144,189); }
H1.HeaderClassName
{
color: #AF90BD;
}
.AnyTagClassName
{
color: #AF90BD;
}
</style>
background-color css
<style>
a { background-color: #AF90BD; }
a { background-color: rgb(175,144,189); }
div.DivClassName
{
background-color: #AF90BD;
}
.BgClassName
{
background-color: #AF90BD;
}
</style>
border-color css
<style>
span { border-color: #AF90BD; }
span { border-color: rgb(175,144,189); }
td.TdClassName
{
border-color: #AF90BD;
}
.TagClassName
{
border-color: #AF90BD;
}
</style>