Shades of East Side #AF86C0
Tints of East Side #AF86C0
RGB
CMYK
RGB Variations
Color information
#AF86C0 (or 0xAF86C0) is known color: East Side. HEX triplet: AF, 86 and C0. RGB value is (175,134,192). Sum of RGB (Red+Green+Blue) = 175+134+192=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF86C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF86C0 is #50793F. Grayscale: #989898. Windows color (decimal): -5273920 or 12617391. OLE color: 12617391.
HSL color Cylindrical-coordinate representation of color #AF86C0: hue angle of 282.41º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF86C0 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 134 | 192 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.25 |
| HSL | 282.41º | 0.32% | 0.64% | - |
| HSV(B) | 282.41º | 0.3% | 0.75% | - |
| XYZ | 35.72 | 29.97 | 53.77 | - |
| YUV | 152.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 192 | 0.09 | 0.30 | 0 | 0.25 | 282.41 | 0.32 | 0.64 |
| Hex | AF | 86 | C0 | 9 | 1E | 0 | 19 | 11A | 20 | 40 |
| Octal | 257 | 206 | 300 | 11 | 36 | 0 | 31 | 432 | 40 | 100 |
| Binary | 10101111 | 10000110 | 11000000 | 1001 | 11110 | 0 | 11001 | 100011010 | 100000 | 1000000 |
Color Harmonies of #AF86C0
Complementary color
Monochromatic Colors of #AF86C0
Black with #AF86C0
Text Example
Text Example
White with #AF86C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF86C0; }
p { color: rgb(175,134,192); }
H1.HeaderClassName
{
color: #AF86C0;
}
.AnyTagClassName
{
color: #AF86C0;
}
</style>
background-color css
<style>
a { background-color: #AF86C0; }
a { background-color: rgb(175,134,192); }
div.DivClassName
{
background-color: #AF86C0;
}
.BgClassName
{
background-color: #AF86C0;
}
</style>
border-color css
<style>
span { border-color: #AF86C0; }
span { border-color: rgb(175,134,192); }
td.TdClassName
{
border-color: #AF86C0;
}
.TagClassName
{
border-color: #AF86C0;
}
</style>