Shades of East Side #AF88BD
Tints of East Side #AF88BD
RGB
CMYK
RGB Variations
Color information
#AF88BD (or 0xAF88BD) is known color: East Side. HEX triplet: AF, 88 and BD. RGB value is (175,136,189). Sum of RGB (Red+Green+Blue) = 175+136+189=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF88BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF88BD is #507742. Grayscale: #999999. Windows color (decimal): -5273411 or 12421295. OLE color: 12421295.
HSL color Cylindrical-coordinate representation of color #AF88BD: hue angle of 284.15º degrees, saturation: 0.29, 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 #AF88BD is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 136 | 189 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.26 |
| HSL | 284.15º | 0.29% | 0.64% | - |
| HSV(B) | 284.15º | 0.28% | 0.74% | - |
| XYZ | 35.67 | 30.4 | 52.13 | - |
| YUV | 153.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 189 | 0.07 | 0.28 | 0 | 0.26 | 284.15 | 0.29 | 0.64 |
| Hex | AF | 88 | BD | 7 | 1C | 0 | 1A | 11C | 1D | 40 |
| Octal | 257 | 210 | 275 | 7 | 34 | 0 | 32 | 434 | 35 | 100 |
| Binary | 10101111 | 10001000 | 10111101 | 111 | 11100 | 0 | 11010 | 100011100 | 11101 | 1000000 |
Color Harmonies of #AF88BD
Complementary color
Monochromatic Colors of #AF88BD
Black with #AF88BD
Text Example
Text Example
White with #AF88BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF88BD; }
p { color: rgb(175,136,189); }
H1.HeaderClassName
{
color: #AF88BD;
}
.AnyTagClassName
{
color: #AF88BD;
}
</style>
background-color css
<style>
a { background-color: #AF88BD; }
a { background-color: rgb(175,136,189); }
div.DivClassName
{
background-color: #AF88BD;
}
.BgClassName
{
background-color: #AF88BD;
}
</style>
border-color css
<style>
span { border-color: #AF88BD; }
span { border-color: rgb(175,136,189); }
td.TdClassName
{
border-color: #AF88BD;
}
.TagClassName
{
border-color: #AF88BD;
}
</style>