Shades of East Side #A389AE
Tints of East Side #A389AE
RGB
CMYK
RGB Variations
Color information
#A389AE (or 0xA389AE) is known color: East Side. HEX triplet: A3, 89 and AE. RGB value is (163,137,174). Sum of RGB (Red+Green+Blue) = 163+137+174=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 174 - color contains mainly: blue. Hex color #A389AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A389AE is #5C7651. Grayscale: #949494. Windows color (decimal): -6059602 or 11438499. OLE color: 11438499.
HSL color Cylindrical-coordinate representation of color #A389AE: hue angle of 282.16º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A389AE is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 137 | 174 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.32 |
| HSL | 282.16º | 0.19% | 0.61% | - |
| HSV(B) | 282.16º | 0.21% | 0.68% | - |
| XYZ | 31.69 | 28.73 | 43.92 | - |
| YUV | 148.99 | 142.11 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 174 | 0.06 | 0.21 | 0 | 0.32 | 282.16 | 0.19 | 0.61 |
| Hex | A3 | 89 | AE | 6 | 15 | 0 | 20 | 11A | 13 | 3D |
| Octal | 243 | 211 | 256 | 6 | 25 | 0 | 40 | 432 | 23 | 75 |
| Binary | 10100011 | 10001001 | 10101110 | 110 | 10101 | 0 | 100000 | 100011010 | 10011 | 111101 |
Color Harmonies of #A389AE
Complementary color
Monochromatic Colors of #A389AE
Black with #A389AE
Text Example
Text Example
White with #A389AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A389AE; }
p { color: rgb(163,137,174); }
H1.HeaderClassName
{
color: #A389AE;
}
.AnyTagClassName
{
color: #A389AE;
}
</style>
background-color css
<style>
a { background-color: #A389AE; }
a { background-color: rgb(163,137,174); }
div.DivClassName
{
background-color: #A389AE;
}
.BgClassName
{
background-color: #A389AE;
}
</style>
border-color css
<style>
span { border-color: #A389AE; }
span { border-color: rgb(163,137,174); }
td.TdClassName
{
border-color: #A389AE;
}
.TagClassName
{
border-color: #A389AE;
}
</style>