Shades of East Side #A985B7
Tints of East Side #A985B7
RGB
CMYK
RGB Variations
Color information
#A985B7 (or 0xA985B7) is known color: East Side. HEX triplet: A9, 85 and B7. RGB value is (169,133,183). Sum of RGB (Red+Green+Blue) = 169+133+183=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 183 - color contains mainly: blue. Hex color #A985B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A985B7 is #567A48. Grayscale: #959595. Windows color (decimal): -5667401 or 12027305. OLE color: 12027305.
HSL color Cylindrical-coordinate representation of color #A985B7: hue angle of 283.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A985B7 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 133 | 183 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.28 |
| HSL | 283.2º | 0.26% | 0.62% | - |
| HSV(B) | 283.2º | 0.27% | 0.72% | - |
| XYZ | 33.3 | 28.63 | 48.57 | - |
| YUV | 149.46 | 146.93 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 183 | 0.08 | 0.27 | 0 | 0.28 | 283.2 | 0.26 | 0.62 |
| Hex | A9 | 85 | B7 | 8 | 1B | 0 | 1C | 11B | 1A | 3E |
| Octal | 251 | 205 | 267 | 10 | 33 | 0 | 34 | 433 | 32 | 76 |
| Binary | 10101001 | 10000101 | 10110111 | 1000 | 11011 | 0 | 11100 | 100011011 | 11010 | 111110 |
Color Harmonies of #A985B7
Complementary color
Monochromatic Colors of #A985B7
Black with #A985B7
Text Example
Text Example
White with #A985B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A985B7; }
p { color: rgb(169,133,183); }
H1.HeaderClassName
{
color: #A985B7;
}
.AnyTagClassName
{
color: #A985B7;
}
</style>
background-color css
<style>
a { background-color: #A985B7; }
a { background-color: rgb(169,133,183); }
div.DivClassName
{
background-color: #A985B7;
}
.BgClassName
{
background-color: #A985B7;
}
</style>
border-color css
<style>
span { border-color: #A985B7; }
span { border-color: rgb(169,133,183); }
td.TdClassName
{
border-color: #A985B7;
}
.TagClassName
{
border-color: #A985B7;
}
</style>