Shades of East Side #A389AD
Tints of East Side #A389AD
RGB
CMYK
RGB Variations
Color information
#A389AD (or 0xA389AD) is known color: East Side. HEX triplet: A3, 89 and AD. RGB value is (163,137,173). Sum of RGB (Red+Green+Blue) = 163+137+173=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 173 - color contains mainly: blue. Hex color #A389AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A389AD is #5C7652. Grayscale: #949494. Windows color (decimal): -6059603 or 11372963. OLE color: 11372963.
HSL color Cylindrical-coordinate representation of color #A389AD: hue angle of 283.33º degrees, saturation: 0.18, 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 #A389AD is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 137 | 173 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.32 |
| HSL | 283.33º | 0.18% | 0.61% | - |
| HSV(B) | 283.33º | 0.21% | 0.68% | - |
| XYZ | 31.59 | 28.69 | 43.41 | - |
| YUV | 148.88 | 141.61 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 173 | 0.06 | 0.21 | 0 | 0.32 | 283.33 | 0.18 | 0.61 |
| Hex | A3 | 89 | AD | 6 | 15 | 0 | 20 | 11B | 12 | 3D |
| Octal | 243 | 211 | 255 | 6 | 25 | 0 | 40 | 433 | 22 | 75 |
| Binary | 10100011 | 10001001 | 10101101 | 110 | 10101 | 0 | 100000 | 100011011 | 10010 | 111101 |
Color Harmonies of #A389AD
Complementary color
Monochromatic Colors of #A389AD
Black with #A389AD
Text Example
Text Example
White with #A389AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A389AD; }
p { color: rgb(163,137,173); }
H1.HeaderClassName
{
color: #A389AD;
}
.AnyTagClassName
{
color: #A389AD;
}
</style>
background-color css
<style>
a { background-color: #A389AD; }
a { background-color: rgb(163,137,173); }
div.DivClassName
{
background-color: #A389AD;
}
.BgClassName
{
background-color: #A389AD;
}
</style>
border-color css
<style>
span { border-color: #A389AD; }
span { border-color: rgb(163,137,173); }
td.TdClassName
{
border-color: #A389AD;
}
.TagClassName
{
border-color: #A389AD;
}
</style>