Shades of East Side #A997BC
Tints of East Side #A997BC
RGB
CMYK
RGB Variations
Color information
#A997BC (or 0xA997BC) is known color: East Side. HEX triplet: A9, 97 and BC. RGB value is (169,151,188). Sum of RGB (Red+Green+Blue) = 169+151+188=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #A997BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997BC is #566843. Grayscale: #A0A0A0. Windows color (decimal): -5662788 or 12359593. OLE color: 12359593.
HSL color Cylindrical-coordinate representation of color #A997BC: hue angle of 269.19º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A997BC is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 151 | 188 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.26 |
| HSL | 269.19º | 0.22% | 0.66% | - |
| HSV(B) | 269.19º | 0.2% | 0.74% | - |
| XYZ | 36.51 | 34.2 | 52.25 | - |
| YUV | 160.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 188 | 0.10 | 0.20 | 0 | 0.26 | 269.19 | 0.22 | 0.66 |
| Hex | A9 | 97 | BC | A | 14 | 0 | 1A | 10D | 16 | 42 |
| Octal | 251 | 227 | 274 | 12 | 24 | 0 | 32 | 415 | 26 | 102 |
| Binary | 10101001 | 10010111 | 10111100 | 1010 | 10100 | 0 | 11010 | 100001101 | 10110 | 1000010 |
Color Harmonies of #A997BC
Complementary color
Monochromatic Colors of #A997BC
Black with #A997BC
Text Example
Text Example
White with #A997BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A997BC; }
p { color: rgb(169,151,188); }
H1.HeaderClassName
{
color: #A997BC;
}
.AnyTagClassName
{
color: #A997BC;
}
</style>
background-color css
<style>
a { background-color: #A997BC; }
a { background-color: rgb(169,151,188); }
div.DivClassName
{
background-color: #A997BC;
}
.BgClassName
{
background-color: #A997BC;
}
</style>
border-color css
<style>
span { border-color: #A997BC; }
span { border-color: rgb(169,151,188); }
td.TdClassName
{
border-color: #A997BC;
}
.TagClassName
{
border-color: #A997BC;
}
</style>