Shades of East Side #A89DB4
Tints of East Side #A89DB4
RGB
CMYK
RGB Variations
Color information
#A89DB4 (or 0xA89DB4) is known color: East Side. HEX triplet: A8, 9D and B4. RGB value is (168,157,180). Sum of RGB (Red+Green+Blue) = 168+157+180=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 180 - color contains mainly: blue. Hex color #A89DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DB4 is #57624B. Grayscale: #A2A2A2. Windows color (decimal): -5726796 or 11836840. OLE color: 11836840.
HSL color Cylindrical-coordinate representation of color #A89DB4: hue angle of 268.7º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A89DB4 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 157 | 180 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.29 |
| HSL | 268.7º | 0.13% | 0.66% | - |
| HSV(B) | 268.7º | 0.13% | 0.71% | - |
| XYZ | 36.44 | 35.73 | 48.16 | - |
| YUV | 162.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 180 | 0.07 | 0.13 | 0 | 0.29 | 268.7 | 0.13 | 0.66 |
| Hex | A8 | 9D | B4 | 7 | D | 0 | 1D | 10D | D | 42 |
| Octal | 250 | 235 | 264 | 7 | 15 | 0 | 35 | 415 | 15 | 102 |
| Binary | 10101000 | 10011101 | 10110100 | 111 | 1101 | 0 | 11101 | 100001101 | 1101 | 1000010 |
Color Harmonies of #A89DB4
Complementary color
Monochromatic Colors of #A89DB4
Black with #A89DB4
Text Example
Text Example
White with #A89DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89DB4; }
p { color: rgb(168,157,180); }
H1.HeaderClassName
{
color: #A89DB4;
}
.AnyTagClassName
{
color: #A89DB4;
}
</style>
background-color css
<style>
a { background-color: #A89DB4; }
a { background-color: rgb(168,157,180); }
div.DivClassName
{
background-color: #A89DB4;
}
.BgClassName
{
background-color: #A89DB4;
}
</style>
border-color css
<style>
span { border-color: #A89DB4; }
span { border-color: rgb(168,157,180); }
td.TdClassName
{
border-color: #A89DB4;
}
.TagClassName
{
border-color: #A89DB4;
}
</style>