Shades of East Side #AF8DB7
Tints of East Side #AF8DB7
RGB
CMYK
RGB Variations
Color information
#AF8DB7 (or 0xAF8DB7) is known color: East Side. HEX triplet: AF, 8D and B7. RGB value is (175,141,183). Sum of RGB (Red+Green+Blue) = 175+141+183=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF8DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8DB7 is #507248. Grayscale: #9B9B9B. Windows color (decimal): -5272137 or 12029359. OLE color: 12029359.
HSL color Cylindrical-coordinate representation of color #AF8DB7: hue angle of 288.57º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF8DB7 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 141 | 183 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.28 |
| HSL | 288.57º | 0.23% | 0.64% | - |
| HSV(B) | 288.57º | 0.23% | 0.72% | - |
| XYZ | 35.75 | 31.58 | 49.01 | - |
| YUV | 155.95 | 143.26 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 183 | 0.04 | 0.23 | 0 | 0.28 | 288.57 | 0.23 | 0.64 |
| Hex | AF | 8D | B7 | 4 | 17 | 0 | 1C | 121 | 17 | 40 |
| Octal | 257 | 215 | 267 | 4 | 27 | 0 | 34 | 441 | 27 | 100 |
| Binary | 10101111 | 10001101 | 10110111 | 100 | 10111 | 0 | 11100 | 100100001 | 10111 | 1000000 |
Color Harmonies of #AF8DB7
Complementary color
Monochromatic Colors of #AF8DB7
Black with #AF8DB7
Text Example
Text Example
White with #AF8DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8DB7; }
p { color: rgb(175,141,183); }
H1.HeaderClassName
{
color: #AF8DB7;
}
.AnyTagClassName
{
color: #AF8DB7;
}
</style>
background-color css
<style>
a { background-color: #AF8DB7; }
a { background-color: rgb(175,141,183); }
div.DivClassName
{
background-color: #AF8DB7;
}
.BgClassName
{
background-color: #AF8DB7;
}
</style>
border-color css
<style>
span { border-color: #AF8DB7; }
span { border-color: rgb(175,141,183); }
td.TdClassName
{
border-color: #AF8DB7;
}
.TagClassName
{
border-color: #AF8DB7;
}
</style>