Shades of East Side #A786AF
Tints of East Side #A786AF
RGB
CMYK
RGB Variations
Color information
#A786AF (or 0xA786AF) is known color: East Side. HEX triplet: A7, 86 and AF. RGB value is (167,134,175). Sum of RGB (Red+Green+Blue) = 167+134+175=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #A786AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A786AF is #587950. Grayscale: #949494. Windows color (decimal): -5798225 or 11503271. OLE color: 11503271.
HSL color Cylindrical-coordinate representation of color #A786AF: hue angle of 288.29º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A786AF is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 134 | 175 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.31 |
| HSL | 288.29º | 0.2% | 0.61% | - |
| HSV(B) | 288.29º | 0.23% | 0.69% | - |
| XYZ | 32.2 | 28.36 | 44.33 | - |
| YUV | 148.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 134 | 175 | 0.05 | 0.23 | 0 | 0.31 | 288.29 | 0.2 | 0.61 |
| Hex | A7 | 86 | AF | 5 | 17 | 0 | 1F | 120 | 14 | 3D |
| Octal | 247 | 206 | 257 | 5 | 27 | 0 | 37 | 440 | 24 | 75 |
| Binary | 10100111 | 10000110 | 10101111 | 101 | 10111 | 0 | 11111 | 100100000 | 10100 | 111101 |
Color Harmonies of #A786AF
Complementary color
Monochromatic Colors of #A786AF
Black with #A786AF
Text Example
Text Example
White with #A786AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A786AF; }
p { color: rgb(167,134,175); }
H1.HeaderClassName
{
color: #A786AF;
}
.AnyTagClassName
{
color: #A786AF;
}
</style>
background-color css
<style>
a { background-color: #A786AF; }
a { background-color: rgb(167,134,175); }
div.DivClassName
{
background-color: #A786AF;
}
.BgClassName
{
background-color: #A786AF;
}
</style>
border-color css
<style>
span { border-color: #A786AF; }
span { border-color: rgb(167,134,175); }
td.TdClassName
{
border-color: #A786AF;
}
.TagClassName
{
border-color: #A786AF;
}
</style>