Shades of East Side #AF89BD
Tints of East Side #AF89BD
RGB
CMYK
RGB Variations
Color information
#AF89BD (or 0xAF89BD) is known color: East Side. HEX triplet: AF, 89 and BD. RGB value is (175,137,189). Sum of RGB (Red+Green+Blue) = 175+137+189=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF89BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89BD is #507642. Grayscale: #9A9A9A. Windows color (decimal): -5273155 or 12421551. OLE color: 12421551.
HSL color Cylindrical-coordinate representation of color #AF89BD: hue angle of 283.85º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF89BD is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 137 | 189 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.26 |
| HSL | 283.85º | 0.28% | 0.64% | - |
| HSV(B) | 283.85º | 0.28% | 0.74% | - |
| XYZ | 35.81 | 30.68 | 52.18 | - |
| YUV | 154.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 189 | 0.07 | 0.28 | 0 | 0.26 | 283.85 | 0.28 | 0.64 |
| Hex | AF | 89 | BD | 7 | 1C | 0 | 1A | 11C | 1C | 40 |
| Octal | 257 | 211 | 275 | 7 | 34 | 0 | 32 | 434 | 34 | 100 |
| Binary | 10101111 | 10001001 | 10111101 | 111 | 11100 | 0 | 11010 | 100011100 | 11100 | 1000000 |
Color Harmonies of #AF89BD
Complementary color
Monochromatic Colors of #AF89BD
Black with #AF89BD
Text Example
Text Example
White with #AF89BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF89BD; }
p { color: rgb(175,137,189); }
H1.HeaderClassName
{
color: #AF89BD;
}
.AnyTagClassName
{
color: #AF89BD;
}
</style>
background-color css
<style>
a { background-color: #AF89BD; }
a { background-color: rgb(175,137,189); }
div.DivClassName
{
background-color: #AF89BD;
}
.BgClassName
{
background-color: #AF89BD;
}
</style>
border-color css
<style>
span { border-color: #AF89BD; }
span { border-color: rgb(175,137,189); }
td.TdClassName
{
border-color: #AF89BD;
}
.TagClassName
{
border-color: #AF89BD;
}
</style>