Shades of East Side #AF89BA
Tints of East Side #AF89BA
RGB
CMYK
RGB Variations
Color information
#AF89BA (or 0xAF89BA) is known color: East Side. HEX triplet: AF, 89 and BA. RGB value is (175,137,186). Sum of RGB (Red+Green+Blue) = 175+137+186=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF89BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89BA is #507645. Grayscale: #999999. Windows color (decimal): -5273158 or 12224943. OLE color: 12224943.
HSL color Cylindrical-coordinate representation of color #AF89BA: hue angle of 286.53º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF89BA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 137 | 186 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.27 |
| HSL | 286.53º | 0.26% | 0.63% | - |
| HSV(B) | 286.53º | 0.26% | 0.73% | - |
| XYZ | 35.49 | 30.55 | 50.48 | - |
| YUV | 153.95 | 146.09 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 186 | 0.06 | 0.26 | 0 | 0.27 | 286.53 | 0.26 | 0.63 |
| Hex | AF | 89 | BA | 6 | 1A | 0 | 1B | 11F | 1A | 3F |
| Octal | 257 | 211 | 272 | 6 | 32 | 0 | 33 | 437 | 32 | 77 |
| Binary | 10101111 | 10001001 | 10111010 | 110 | 11010 | 0 | 11011 | 100011111 | 11010 | 111111 |
Color Harmonies of #AF89BA
Complementary color
Monochromatic Colors of #AF89BA
Black with #AF89BA
Text Example
Text Example
White with #AF89BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF89BA; }
p { color: rgb(175,137,186); }
H1.HeaderClassName
{
color: #AF89BA;
}
.AnyTagClassName
{
color: #AF89BA;
}
</style>
background-color css
<style>
a { background-color: #AF89BA; }
a { background-color: rgb(175,137,186); }
div.DivClassName
{
background-color: #AF89BA;
}
.BgClassName
{
background-color: #AF89BA;
}
</style>
border-color css
<style>
span { border-color: #AF89BA; }
span { border-color: rgb(175,137,186); }
td.TdClassName
{
border-color: #AF89BA;
}
.TagClassName
{
border-color: #AF89BA;
}
</style>