Shades of East Side #A895B6
Tints of East Side #A895B6
RGB
CMYK
RGB Variations
Color information
#A895B6 (or 0xA895B6) is known color: East Side. HEX triplet: A8, 95 and B6. RGB value is (168,149,182). Sum of RGB (Red+Green+Blue) = 168+149+182=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 182 - color contains mainly: blue. Hex color #A895B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895B6 is #576A49. Grayscale: #9E9E9E. Windows color (decimal): -5728842 or 11965864. OLE color: 11965864.
HSL color Cylindrical-coordinate representation of color #A895B6: hue angle of 274.55º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A895B6 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 149 | 182 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.29 |
| HSL | 274.55º | 0.18% | 0.65% | - |
| HSV(B) | 274.55º | 0.18% | 0.71% | - |
| XYZ | 35.34 | 33.2 | 48.8 | - |
| YUV | 158.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 182 | 0.08 | 0.18 | 0 | 0.29 | 274.55 | 0.18 | 0.65 |
| Hex | A8 | 95 | B6 | 8 | 12 | 0 | 1D | 113 | 12 | 41 |
| Octal | 250 | 225 | 266 | 10 | 22 | 0 | 35 | 423 | 22 | 101 |
| Binary | 10101000 | 10010101 | 10110110 | 1000 | 10010 | 0 | 11101 | 100010011 | 10010 | 1000001 |
Color Harmonies of #A895B6
Complementary color
Monochromatic Colors of #A895B6
Black with #A895B6
Text Example
Text Example
White with #A895B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A895B6; }
p { color: rgb(168,149,182); }
H1.HeaderClassName
{
color: #A895B6;
}
.AnyTagClassName
{
color: #A895B6;
}
</style>
background-color css
<style>
a { background-color: #A895B6; }
a { background-color: rgb(168,149,182); }
div.DivClassName
{
background-color: #A895B6;
}
.BgClassName
{
background-color: #A895B6;
}
</style>
border-color css
<style>
span { border-color: #A895B6; }
span { border-color: rgb(168,149,182); }
td.TdClassName
{
border-color: #A895B6;
}
.TagClassName
{
border-color: #A895B6;
}
</style>