Shades of East Side #A983B9
Tints of East Side #A983B9
RGB
CMYK
RGB Variations
Color information
#A983B9 (or 0xA983B9) is known color: East Side. HEX triplet: A9, 83 and B9. RGB value is (169,131,185). Sum of RGB (Red+Green+Blue) = 169+131+185=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 185 - color contains mainly: blue. Hex color #A983B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A983B9 is #567C46. Grayscale: #949494. Windows color (decimal): -5667911 or 12157865. OLE color: 12157865.
HSL color Cylindrical-coordinate representation of color #A983B9: hue angle of 282.22º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A983B9 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 131 | 185 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.27 |
| HSL | 282.22º | 0.28% | 0.62% | - |
| HSV(B) | 282.22º | 0.29% | 0.73% | - |
| XYZ | 33.24 | 28.17 | 49.58 | - |
| YUV | 148.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 131 | 185 | 0.09 | 0.29 | 0 | 0.27 | 282.22 | 0.28 | 0.62 |
| Hex | A9 | 83 | B9 | 9 | 1D | 0 | 1B | 11A | 1C | 3E |
| Octal | 251 | 203 | 271 | 11 | 35 | 0 | 33 | 432 | 34 | 76 |
| Binary | 10101001 | 10000011 | 10111001 | 1001 | 11101 | 0 | 11011 | 100011010 | 11100 | 111110 |
Color Harmonies of #A983B9
Complementary color
Monochromatic Colors of #A983B9
Black with #A983B9
Text Example
Text Example
White with #A983B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A983B9; }
p { color: rgb(169,131,185); }
H1.HeaderClassName
{
color: #A983B9;
}
.AnyTagClassName
{
color: #A983B9;
}
</style>
background-color css
<style>
a { background-color: #A983B9; }
a { background-color: rgb(169,131,185); }
div.DivClassName
{
background-color: #A983B9;
}
.BgClassName
{
background-color: #A983B9;
}
</style>
border-color css
<style>
span { border-color: #A983B9; }
span { border-color: rgb(169,131,185); }
td.TdClassName
{
border-color: #A983B9;
}
.TagClassName
{
border-color: #A983B9;
}
</style>