Shades of East Side #AF88BC
Tints of East Side #AF88BC
RGB
CMYK
RGB Variations
Color information
#AF88BC (or 0xAF88BC) is known color: East Side. HEX triplet: AF, 88 and BC. RGB value is (175,136,188). Sum of RGB (Red+Green+Blue) = 175+136+188=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF88BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF88BC is #507743. Grayscale: #999999. Windows color (decimal): -5273412 or 12355759. OLE color: 12355759.
HSL color Cylindrical-coordinate representation of color #AF88BC: hue angle of 285º 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 #AF88BC is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 136 | 188 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.26 |
| HSL | 285º | 0.28% | 0.64% | - |
| HSV(B) | 285º | 0.28% | 0.74% | - |
| XYZ | 35.56 | 30.35 | 51.56 | - |
| YUV | 153.59 | 147.42 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 188 | 0.07 | 0.28 | 0 | 0.26 | 285 | 0.28 | 0.64 |
| Hex | AF | 88 | BC | 7 | 1C | 0 | 1A | 11D | 1C | 40 |
| Octal | 257 | 210 | 274 | 7 | 34 | 0 | 32 | 435 | 34 | 100 |
| Binary | 10101111 | 10001000 | 10111100 | 111 | 11100 | 0 | 11010 | 100011101 | 11100 | 1000000 |
Color Harmonies of #AF88BC
Complementary color
Monochromatic Colors of #AF88BC
Black with #AF88BC
Text Example
Text Example
White with #AF88BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF88BC; }
p { color: rgb(175,136,188); }
H1.HeaderClassName
{
color: #AF88BC;
}
.AnyTagClassName
{
color: #AF88BC;
}
</style>
background-color css
<style>
a { background-color: #AF88BC; }
a { background-color: rgb(175,136,188); }
div.DivClassName
{
background-color: #AF88BC;
}
.BgClassName
{
background-color: #AF88BC;
}
</style>
border-color css
<style>
span { border-color: #AF88BC; }
span { border-color: rgb(175,136,188); }
td.TdClassName
{
border-color: #AF88BC;
}
.TagClassName
{
border-color: #AF88BC;
}
</style>