Shades of East Side #A991BF
Tints of East Side #A991BF
RGB
CMYK
RGB Variations
Color information
#A991BF (or 0xA991BF) is known color: East Side. HEX triplet: A9, 91 and BF. RGB value is (169,145,191). Sum of RGB (Red+Green+Blue) = 169+145+191=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #A991BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991BF is #566E40. Grayscale: #9D9D9D. Windows color (decimal): -5664321 or 12554665. OLE color: 12554665.
HSL color Cylindrical-coordinate representation of color #A991BF: hue angle of 271.3º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A991BF is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 145 | 191 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.25 |
| HSL | 271.3º | 0.26% | 0.66% | - |
| HSV(B) | 271.3º | 0.24% | 0.75% | - |
| XYZ | 35.89 | 32.45 | 53.66 | - |
| YUV | 157.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 191 | 0.12 | 0.24 | 0 | 0.25 | 271.3 | 0.26 | 0.66 |
| Hex | A9 | 91 | BF | C | 18 | 0 | 19 | 10F | 1A | 42 |
| Octal | 251 | 221 | 277 | 14 | 30 | 0 | 31 | 417 | 32 | 102 |
| Binary | 10101001 | 10010001 | 10111111 | 1100 | 11000 | 0 | 11001 | 100001111 | 11010 | 1000010 |
Color Harmonies of #A991BF
Complementary color
Monochromatic Colors of #A991BF
Black with #A991BF
Text Example
Text Example
White with #A991BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A991BF; }
p { color: rgb(169,145,191); }
H1.HeaderClassName
{
color: #A991BF;
}
.AnyTagClassName
{
color: #A991BF;
}
</style>
background-color css
<style>
a { background-color: #A991BF; }
a { background-color: rgb(169,145,191); }
div.DivClassName
{
background-color: #A991BF;
}
.BgClassName
{
background-color: #A991BF;
}
</style>
border-color css
<style>
span { border-color: #A991BF; }
span { border-color: rgb(169,145,191); }
td.TdClassName
{
border-color: #A991BF;
}
.TagClassName
{
border-color: #A991BF;
}
</style>