Shades of East Side #A895B3
Tints of East Side #A895B3
RGB
CMYK
RGB Variations
Color information
#A895B3 (or 0xA895B3) is known color: East Side. HEX triplet: A8, 95 and B3. RGB value is (168,149,179). Sum of RGB (Red+Green+Blue) = 168+149+179=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 179 - color contains mainly: blue. Hex color #A895B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895B3 is #576A4C. Grayscale: #9E9E9E. Windows color (decimal): -5728845 or 11769256. OLE color: 11769256.
HSL color Cylindrical-coordinate representation of color #A895B3: hue angle of 278º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A895B3 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 149 | 179 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.30 |
| HSL | 278º | 0.16% | 0.64% | - |
| HSV(B) | 278º | 0.17% | 0.7% | - |
| XYZ | 35.03 | 33.07 | 47.19 | - |
| YUV | 158.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 179 | 0.06 | 0.17 | 0 | 0.30 | 278 | 0.16 | 0.64 |
| Hex | A8 | 95 | B3 | 6 | 11 | 0 | 1E | 116 | 10 | 40 |
| Octal | 250 | 225 | 263 | 6 | 21 | 0 | 36 | 426 | 20 | 100 |
| Binary | 10101000 | 10010101 | 10110011 | 110 | 10001 | 0 | 11110 | 100010110 | 10000 | 1000000 |
Color Harmonies of #A895B3
Complementary color
Monochromatic Colors of #A895B3
Black with #A895B3
Text Example
Text Example
White with #A895B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A895B3; }
p { color: rgb(168,149,179); }
H1.HeaderClassName
{
color: #A895B3;
}
.AnyTagClassName
{
color: #A895B3;
}
</style>
background-color css
<style>
a { background-color: #A895B3; }
a { background-color: rgb(168,149,179); }
div.DivClassName
{
background-color: #A895B3;
}
.BgClassName
{
background-color: #A895B3;
}
</style>
border-color css
<style>
span { border-color: #A895B3; }
span { border-color: rgb(168,149,179); }
td.TdClassName
{
border-color: #A895B3;
}
.TagClassName
{
border-color: #A895B3;
}
</style>