Shades of East Side #AF8DBC
Tints of East Side #AF8DBC
RGB
CMYK
RGB Variations
Color information
#AF8DBC (or 0xAF8DBC) is known color: East Side. HEX triplet: AF, 8D and BC. RGB value is (175,141,188). Sum of RGB (Red+Green+Blue) = 175+141+188=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF8DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8DBC is #507243. Grayscale: #9C9C9C. Windows color (decimal): -5272132 or 12357039. OLE color: 12357039.
HSL color Cylindrical-coordinate representation of color #AF8DBC: hue angle of 283.4º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF8DBC is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 141 | 188 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.26 |
| HSL | 283.4º | 0.26% | 0.65% | - |
| HSV(B) | 283.4º | 0.25% | 0.74% | - |
| XYZ | 36.28 | 31.79 | 51.8 | - |
| YUV | 156.52 | 145.76 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 188 | 0.07 | 0.25 | 0 | 0.26 | 283.4 | 0.26 | 0.65 |
| Hex | AF | 8D | BC | 7 | 19 | 0 | 1A | 11B | 1A | 41 |
| Octal | 257 | 215 | 274 | 7 | 31 | 0 | 32 | 433 | 32 | 101 |
| Binary | 10101111 | 10001101 | 10111100 | 111 | 11001 | 0 | 11010 | 100011011 | 11010 | 1000001 |
Color Harmonies of #AF8DBC
Complementary color
Monochromatic Colors of #AF8DBC
Black with #AF8DBC
Text Example
Text Example
White with #AF8DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8DBC; }
p { color: rgb(175,141,188); }
H1.HeaderClassName
{
color: #AF8DBC;
}
.AnyTagClassName
{
color: #AF8DBC;
}
</style>
background-color css
<style>
a { background-color: #AF8DBC; }
a { background-color: rgb(175,141,188); }
div.DivClassName
{
background-color: #AF8DBC;
}
.BgClassName
{
background-color: #AF8DBC;
}
</style>
border-color css
<style>
span { border-color: #AF8DBC; }
span { border-color: rgb(175,141,188); }
td.TdClassName
{
border-color: #AF8DBC;
}
.TagClassName
{
border-color: #AF8DBC;
}
</style>