Shades of East Side #AF86B7
Tints of East Side #AF86B7
RGB
CMYK
RGB Variations
Color information
#AF86B7 (or 0xAF86B7) is known color: East Side. HEX triplet: AF, 86 and B7. RGB value is (175,134,183). Sum of RGB (Red+Green+Blue) = 175+134+183=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF86B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF86B7 is #507948. Grayscale: #979797. Windows color (decimal): -5273929 or 12027567. OLE color: 12027567.
HSL color Cylindrical-coordinate representation of color #AF86B7: hue angle of 290.2º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF86B7 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 134 | 183 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.28 |
| HSL | 290.2º | 0.25% | 0.62% | - |
| HSV(B) | 290.2º | 0.27% | 0.72% | - |
| XYZ | 34.75 | 29.58 | 48.68 | - |
| YUV | 151.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 183 | 0.04 | 0.27 | 0 | 0.28 | 290.2 | 0.25 | 0.62 |
| Hex | AF | 86 | B7 | 4 | 1B | 0 | 1C | 122 | 19 | 3E |
| Octal | 257 | 206 | 267 | 4 | 33 | 0 | 34 | 442 | 31 | 76 |
| Binary | 10101111 | 10000110 | 10110111 | 100 | 11011 | 0 | 11100 | 100100010 | 11001 | 111110 |
Color Harmonies of #AF86B7
Complementary color
Monochromatic Colors of #AF86B7
Black with #AF86B7
Text Example
Text Example
White with #AF86B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF86B7; }
p { color: rgb(175,134,183); }
H1.HeaderClassName
{
color: #AF86B7;
}
.AnyTagClassName
{
color: #AF86B7;
}
</style>
background-color css
<style>
a { background-color: #AF86B7; }
a { background-color: rgb(175,134,183); }
div.DivClassName
{
background-color: #AF86B7;
}
.BgClassName
{
background-color: #AF86B7;
}
</style>
border-color css
<style>
span { border-color: #AF86B7; }
span { border-color: rgb(175,134,183); }
td.TdClassName
{
border-color: #AF86B7;
}
.TagClassName
{
border-color: #AF86B7;
}
</style>