Shades of East Side #AF8CB7
Tints of East Side #AF8CB7
RGB
CMYK
RGB Variations
Color information
#AF8CB7 (or 0xAF8CB7) is known color: East Side. HEX triplet: AF, 8C and B7. RGB value is (175,140,183). Sum of RGB (Red+Green+Blue) = 175+140+183=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF8CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CB7 is #507348. Grayscale: #9B9B9B. Windows color (decimal): -5272393 or 12029103. OLE color: 12029103.
HSL color Cylindrical-coordinate representation of color #AF8CB7: hue angle of 288.84º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF8CB7 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 140 | 183 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.28 |
| HSL | 288.84º | 0.23% | 0.63% | - |
| HSV(B) | 288.84º | 0.23% | 0.72% | - |
| XYZ | 35.6 | 31.29 | 48.96 | - |
| YUV | 155.37 | 143.6 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 183 | 0.04 | 0.23 | 0 | 0.28 | 288.84 | 0.23 | 0.63 |
| Hex | AF | 8C | B7 | 4 | 17 | 0 | 1C | 121 | 17 | 3F |
| Octal | 257 | 214 | 267 | 4 | 27 | 0 | 34 | 441 | 27 | 77 |
| Binary | 10101111 | 10001100 | 10110111 | 100 | 10111 | 0 | 11100 | 100100001 | 10111 | 111111 |
Color Harmonies of #AF8CB7
Complementary color
Monochromatic Colors of #AF8CB7
Black with #AF8CB7
Text Example
Text Example
White with #AF8CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CB7; }
p { color: rgb(175,140,183); }
H1.HeaderClassName
{
color: #AF8CB7;
}
.AnyTagClassName
{
color: #AF8CB7;
}
</style>
background-color css
<style>
a { background-color: #AF8CB7; }
a { background-color: rgb(175,140,183); }
div.DivClassName
{
background-color: #AF8CB7;
}
.BgClassName
{
background-color: #AF8CB7;
}
</style>
border-color css
<style>
span { border-color: #AF8CB7; }
span { border-color: rgb(175,140,183); }
td.TdClassName
{
border-color: #AF8CB7;
}
.TagClassName
{
border-color: #AF8CB7;
}
</style>