Shades of East Side #AF89B5
Tints of East Side #AF89B5
RGB
CMYK
RGB Variations
Color information
#AF89B5 (or 0xAF89B5) is known color: East Side. HEX triplet: AF, 89 and B5. RGB value is (175,137,181). Sum of RGB (Red+Green+Blue) = 175+137+181=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF89B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89B5 is #50764A. Grayscale: #999999. Windows color (decimal): -5273163 or 11897263. OLE color: 11897263.
HSL color Cylindrical-coordinate representation of color #AF89B5: hue angle of 291.82º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF89B5 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 137 | 181 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.29 |
| HSL | 291.82º | 0.23% | 0.62% | - |
| HSV(B) | 291.82º | 0.24% | 0.71% | - |
| XYZ | 34.97 | 30.34 | 47.73 | - |
| YUV | 153.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 181 | 0.03 | 0.24 | 0 | 0.29 | 291.82 | 0.23 | 0.62 |
| Hex | AF | 89 | B5 | 3 | 18 | 0 | 1D | 124 | 17 | 3E |
| Octal | 257 | 211 | 265 | 3 | 30 | 0 | 35 | 444 | 27 | 76 |
| Binary | 10101111 | 10001001 | 10110101 | 11 | 11000 | 0 | 11101 | 100100100 | 10111 | 111110 |
Color Harmonies of #AF89B5
Complementary color
Monochromatic Colors of #AF89B5
Black with #AF89B5
Text Example
Text Example
White with #AF89B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF89B5; }
p { color: rgb(175,137,181); }
H1.HeaderClassName
{
color: #AF89B5;
}
.AnyTagClassName
{
color: #AF89B5;
}
</style>
background-color css
<style>
a { background-color: #AF89B5; }
a { background-color: rgb(175,137,181); }
div.DivClassName
{
background-color: #AF89B5;
}
.BgClassName
{
background-color: #AF89B5;
}
</style>
border-color css
<style>
span { border-color: #AF89B5; }
span { border-color: rgb(175,137,181); }
td.TdClassName
{
border-color: #AF89B5;
}
.TagClassName
{
border-color: #AF89B5;
}
</style>