Shades of East Side #A387AC
Tints of East Side #A387AC
RGB
CMYK
RGB Variations
Color information
#A387AC (or 0xA387AC) is known color: East Side. HEX triplet: A3, 87 and AC. RGB value is (163,135,172). Sum of RGB (Red+Green+Blue) = 163+135+172=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 172 - color contains mainly: blue. Hex color #A387AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A387AC is #5C7853. Grayscale: #939393. Windows color (decimal): -6060116 or 11306915. OLE color: 11306915.
HSL color Cylindrical-coordinate representation of color #A387AC: hue angle of 285.41º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A387AC is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 135 | 172 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.33 |
| HSL | 285.41º | 0.18% | 0.6% | - |
| HSV(B) | 285.41º | 0.22% | 0.67% | - |
| XYZ | 31.21 | 28.09 | 42.81 | - |
| YUV | 147.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 135 | 172 | 0.05 | 0.22 | 0 | 0.33 | 285.41 | 0.18 | 0.6 |
| Hex | A3 | 87 | AC | 5 | 16 | 0 | 21 | 11D | 12 | 3C |
| Octal | 243 | 207 | 254 | 5 | 26 | 0 | 41 | 435 | 22 | 74 |
| Binary | 10100011 | 10000111 | 10101100 | 101 | 10110 | 0 | 100001 | 100011101 | 10010 | 111100 |
Color Harmonies of #A387AC
Complementary color
Monochromatic Colors of #A387AC
Black with #A387AC
Text Example
Text Example
White with #A387AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A387AC; }
p { color: rgb(163,135,172); }
H1.HeaderClassName
{
color: #A387AC;
}
.AnyTagClassName
{
color: #A387AC;
}
</style>
background-color css
<style>
a { background-color: #A387AC; }
a { background-color: rgb(163,135,172); }
div.DivClassName
{
background-color: #A387AC;
}
.BgClassName
{
background-color: #A387AC;
}
</style>
border-color css
<style>
span { border-color: #A387AC; }
span { border-color: rgb(163,135,172); }
td.TdClassName
{
border-color: #A387AC;
}
.TagClassName
{
border-color: #A387AC;
}
</style>