Shades of East Side #A994B7
Tints of East Side #A994B7
RGB
CMYK
RGB Variations
Color information
#A994B7 (or 0xA994B7) is known color: East Side. HEX triplet: A9, 94 and B7. RGB value is (169,148,183). Sum of RGB (Red+Green+Blue) = 169+148+183=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 183 - color contains mainly: blue. Hex color #A994B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A994B7 is #566B48. Grayscale: #9E9E9E. Windows color (decimal): -5663561 or 12031145. OLE color: 12031145.
HSL color Cylindrical-coordinate representation of color #A994B7: hue angle of 276º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A994B7 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 148 | 183 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.28 |
| HSL | 276º | 0.2% | 0.65% | - |
| HSV(B) | 276º | 0.19% | 0.72% | - |
| XYZ | 35.5 | 33.03 | 49.3 | - |
| YUV | 158.27 | 141.96 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 183 | 0.08 | 0.19 | 0 | 0.28 | 276 | 0.2 | 0.65 |
| Hex | A9 | 94 | B7 | 8 | 13 | 0 | 1C | 114 | 14 | 41 |
| Octal | 251 | 224 | 267 | 10 | 23 | 0 | 34 | 424 | 24 | 101 |
| Binary | 10101001 | 10010100 | 10110111 | 1000 | 10011 | 0 | 11100 | 100010100 | 10100 | 1000001 |
Color Harmonies of #A994B7
Complementary color
Monochromatic Colors of #A994B7
Black with #A994B7
Text Example
Text Example
White with #A994B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A994B7; }
p { color: rgb(169,148,183); }
H1.HeaderClassName
{
color: #A994B7;
}
.AnyTagClassName
{
color: #A994B7;
}
</style>
background-color css
<style>
a { background-color: #A994B7; }
a { background-color: rgb(169,148,183); }
div.DivClassName
{
background-color: #A994B7;
}
.BgClassName
{
background-color: #A994B7;
}
</style>
border-color css
<style>
span { border-color: #A994B7; }
span { border-color: rgb(169,148,183); }
td.TdClassName
{
border-color: #A994B7;
}
.TagClassName
{
border-color: #A994B7;
}
</style>