Shades of East Side #A386AF
Tints of East Side #A386AF
RGB
CMYK
RGB Variations
Color information
#A386AF (or 0xA386AF) is known color: East Side. HEX triplet: A3, 86 and AF. RGB value is (163,134,175). Sum of RGB (Red+Green+Blue) = 163+134+175=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #A386AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A386AF is #5C7950. Grayscale: #939393. Windows color (decimal): -6060369 or 11503267. OLE color: 11503267.
HSL color Cylindrical-coordinate representation of color #A386AF: hue angle of 282.44º 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 #A386AF is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 134 | 175 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.31 |
| HSL | 282.44º | 0.2% | 0.61% | - |
| HSV(B) | 282.44º | 0.23% | 0.69% | - |
| XYZ | 31.37 | 27.93 | 44.3 | - |
| YUV | 147.35 | 143.61 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 175 | 0.07 | 0.23 | 0 | 0.31 | 282.44 | 0.2 | 0.61 |
| Hex | A3 | 86 | AF | 7 | 17 | 0 | 1F | 11A | 14 | 3D |
| Octal | 243 | 206 | 257 | 7 | 27 | 0 | 37 | 432 | 24 | 75 |
| Binary | 10100011 | 10000110 | 10101111 | 111 | 10111 | 0 | 11111 | 100011010 | 10100 | 111101 |
Color Harmonies of #A386AF
Complementary color
Monochromatic Colors of #A386AF
Black with #A386AF
Text Example
Text Example
White with #A386AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A386AF; }
p { color: rgb(163,134,175); }
H1.HeaderClassName
{
color: #A386AF;
}
.AnyTagClassName
{
color: #A386AF;
}
</style>
background-color css
<style>
a { background-color: #A386AF; }
a { background-color: rgb(163,134,175); }
div.DivClassName
{
background-color: #A386AF;
}
.BgClassName
{
background-color: #A386AF;
}
</style>
border-color css
<style>
span { border-color: #A386AF; }
span { border-color: rgb(163,134,175); }
td.TdClassName
{
border-color: #A386AF;
}
.TagClassName
{
border-color: #A386AF;
}
</style>