Shades of East Side #A996BF
Tints of East Side #A996BF
RGB
CMYK
RGB Variations
Color information
#A996BF (or 0xA996BF) is known color: East Side. HEX triplet: A9, 96 and BF. RGB value is (169,150,191). Sum of RGB (Red+Green+Blue) = 169+150+191=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #A996BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A996BF is #566940. Grayscale: #A0A0A0. Windows color (decimal): -5663041 or 12555945. OLE color: 12555945.
HSL color Cylindrical-coordinate representation of color #A996BF: hue angle of 267.8º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A996BF is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 150 | 191 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.25 |
| HSL | 267.8º | 0.24% | 0.67% | - |
| HSV(B) | 267.8º | 0.21% | 0.75% | - |
| XYZ | 36.67 | 34.01 | 53.92 | - |
| YUV | 160.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 191 | 0.12 | 0.21 | 0 | 0.25 | 267.8 | 0.24 | 0.67 |
| Hex | A9 | 96 | BF | C | 15 | 0 | 19 | 10C | 18 | 43 |
| Octal | 251 | 226 | 277 | 14 | 25 | 0 | 31 | 414 | 30 | 103 |
| Binary | 10101001 | 10010110 | 10111111 | 1100 | 10101 | 0 | 11001 | 100001100 | 11000 | 1000011 |
Color Harmonies of #A996BF
Complementary color
Monochromatic Colors of #A996BF
Black with #A996BF
Text Example
Text Example
White with #A996BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A996BF; }
p { color: rgb(169,150,191); }
H1.HeaderClassName
{
color: #A996BF;
}
.AnyTagClassName
{
color: #A996BF;
}
</style>
background-color css
<style>
a { background-color: #A996BF; }
a { background-color: rgb(169,150,191); }
div.DivClassName
{
background-color: #A996BF;
}
.BgClassName
{
background-color: #A996BF;
}
</style>
border-color css
<style>
span { border-color: #A996BF; }
span { border-color: rgb(169,150,191); }
td.TdClassName
{
border-color: #A996BF;
}
.TagClassName
{
border-color: #A996BF;
}
</style>