Shades of East Side #AF8DBB
Tints of East Side #AF8DBB
RGB
CMYK
RGB Variations
Color information
#AF8DBB (or 0xAF8DBB) is known color: East Side. HEX triplet: AF, 8D and BB. RGB value is (175,141,187). Sum of RGB (Red+Green+Blue) = 175+141+187=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF8DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8DBB is #507244. Grayscale: #9C9C9C. Windows color (decimal): -5272133 or 12291503. OLE color: 12291503.
HSL color Cylindrical-coordinate representation of color #AF8DBB: hue angle of 284.35º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF8DBB is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 141 | 187 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.27 |
| HSL | 284.35º | 0.25% | 0.64% | - |
| HSV(B) | 284.35º | 0.25% | 0.73% | - |
| XYZ | 36.17 | 31.75 | 51.24 | - |
| YUV | 156.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 187 | 0.06 | 0.25 | 0 | 0.27 | 284.35 | 0.25 | 0.64 |
| Hex | AF | 8D | BB | 6 | 19 | 0 | 1B | 11C | 19 | 40 |
| Octal | 257 | 215 | 273 | 6 | 31 | 0 | 33 | 434 | 31 | 100 |
| Binary | 10101111 | 10001101 | 10111011 | 110 | 11001 | 0 | 11011 | 100011100 | 11001 | 1000000 |
Color Harmonies of #AF8DBB
Complementary color
Monochromatic Colors of #AF8DBB
Black with #AF8DBB
Text Example
Text Example
White with #AF8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8DBB; }
p { color: rgb(175,141,187); }
H1.HeaderClassName
{
color: #AF8DBB;
}
.AnyTagClassName
{
color: #AF8DBB;
}
</style>
background-color css
<style>
a { background-color: #AF8DBB; }
a { background-color: rgb(175,141,187); }
div.DivClassName
{
background-color: #AF8DBB;
}
.BgClassName
{
background-color: #AF8DBB;
}
</style>
border-color css
<style>
span { border-color: #AF8DBB; }
span { border-color: rgb(175,141,187); }
td.TdClassName
{
border-color: #AF8DBB;
}
.TagClassName
{
border-color: #AF8DBB;
}
</style>