Shades of East Side #A495B0
Tints of East Side #A495B0
RGB
CMYK
RGB Variations
Color information
#A495B0 (or 0xA495B0) is known color: East Side. HEX triplet: A4, 95 and B0. RGB value is (164,149,176). Sum of RGB (Red+Green+Blue) = 164+149+176=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 176 - color contains mainly: blue. Hex color #A495B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A495B0 is #5B6A4F. Grayscale: #9C9C9C. Windows color (decimal): -5990992 or 11572644. OLE color: 11572644.
HSL color Cylindrical-coordinate representation of color #A495B0: hue angle of 273.33º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A495B0 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 149 | 176 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.31 |
| HSL | 273.33º | 0.15% | 0.64% | - |
| HSV(B) | 273.33º | 0.15% | 0.69% | - |
| XYZ | 33.89 | 32.52 | 45.57 | - |
| YUV | 156.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 149 | 176 | 0.07 | 0.15 | 0 | 0.31 | 273.33 | 0.15 | 0.64 |
| Hex | A4 | 95 | B0 | 7 | F | 0 | 1F | 111 | F | 40 |
| Octal | 244 | 225 | 260 | 7 | 17 | 0 | 37 | 421 | 17 | 100 |
| Binary | 10100100 | 10010101 | 10110000 | 111 | 1111 | 0 | 11111 | 100010001 | 1111 | 1000000 |
Color Harmonies of #A495B0
Complementary color
Monochromatic Colors of #A495B0
Black with #A495B0
Text Example
Text Example
White with #A495B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A495B0; }
p { color: rgb(164,149,176); }
H1.HeaderClassName
{
color: #A495B0;
}
.AnyTagClassName
{
color: #A495B0;
}
</style>
background-color css
<style>
a { background-color: #A495B0; }
a { background-color: rgb(164,149,176); }
div.DivClassName
{
background-color: #A495B0;
}
.BgClassName
{
background-color: #A495B0;
}
</style>
border-color css
<style>
span { border-color: #A495B0; }
span { border-color: rgb(164,149,176); }
td.TdClassName
{
border-color: #A495B0;
}
.TagClassName
{
border-color: #A495B0;
}
</style>