Shades of East Side #A997BB
Tints of East Side #A997BB
RGB
CMYK
RGB Variations
Color information
#A997BB (or 0xA997BB) is known color: East Side. HEX triplet: A9, 97 and BB. RGB value is (169,151,187). Sum of RGB (Red+Green+Blue) = 169+151+187=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 187 - color contains mainly: blue. Hex color #A997BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997BB is #566844. Grayscale: #A0A0A0. Windows color (decimal): -5662789 or 12294057. OLE color: 12294057.
HSL color Cylindrical-coordinate representation of color #A997BB: hue angle of 270º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A997BB is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 151 | 187 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.27 |
| HSL | 270º | 0.21% | 0.66% | - |
| HSV(B) | 270º | 0.19% | 0.73% | - |
| XYZ | 36.4 | 34.16 | 51.69 | - |
| YUV | 160.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 187 | 0.10 | 0.19 | 0 | 0.27 | 270 | 0.21 | 0.66 |
| Hex | A9 | 97 | BB | A | 13 | 0 | 1B | 10E | 15 | 42 |
| Octal | 251 | 227 | 273 | 12 | 23 | 0 | 33 | 416 | 25 | 102 |
| Binary | 10101001 | 10010111 | 10111011 | 1010 | 10011 | 0 | 11011 | 100001110 | 10101 | 1000010 |
Color Harmonies of #A997BB
Complementary color
Monochromatic Colors of #A997BB
Black with #A997BB
Text Example
Text Example
White with #A997BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A997BB; }
p { color: rgb(169,151,187); }
H1.HeaderClassName
{
color: #A997BB;
}
.AnyTagClassName
{
color: #A997BB;
}
</style>
background-color css
<style>
a { background-color: #A997BB; }
a { background-color: rgb(169,151,187); }
div.DivClassName
{
background-color: #A997BB;
}
.BgClassName
{
background-color: #A997BB;
}
</style>
border-color css
<style>
span { border-color: #A997BB; }
span { border-color: rgb(169,151,187); }
td.TdClassName
{
border-color: #A997BB;
}
.TagClassName
{
border-color: #A997BB;
}
</style>