Shades of East Side #A895BC
Tints of East Side #A895BC
RGB
CMYK
RGB Variations
Color information
#A895BC (or 0xA895BC) is known color: East Side. HEX triplet: A8, 95 and BC. RGB value is (168,149,188). Sum of RGB (Red+Green+Blue) = 168+149+188=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #A895BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895BC is #576A43. Grayscale: #9E9E9E. Windows color (decimal): -5728836 or 12359080. OLE color: 12359080.
HSL color Cylindrical-coordinate representation of color #A895BC: hue angle of 269.23º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A895BC is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 149 | 188 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.26 |
| HSL | 269.23º | 0.23% | 0.66% | - |
| HSV(B) | 269.23º | 0.21% | 0.74% | - |
| XYZ | 35.97 | 33.45 | 52.14 | - |
| YUV | 159.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 188 | 0.11 | 0.21 | 0 | 0.26 | 269.23 | 0.23 | 0.66 |
| Hex | A8 | 95 | BC | B | 15 | 0 | 1A | 10D | 17 | 42 |
| Octal | 250 | 225 | 274 | 13 | 25 | 0 | 32 | 415 | 27 | 102 |
| Binary | 10101000 | 10010101 | 10111100 | 1011 | 10101 | 0 | 11010 | 100001101 | 10111 | 1000010 |
Color Harmonies of #A895BC
Complementary color
Monochromatic Colors of #A895BC
Black with #A895BC
Text Example
Text Example
White with #A895BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A895BC; }
p { color: rgb(168,149,188); }
H1.HeaderClassName
{
color: #A895BC;
}
.AnyTagClassName
{
color: #A895BC;
}
</style>
background-color css
<style>
a { background-color: #A895BC; }
a { background-color: rgb(168,149,188); }
div.DivClassName
{
background-color: #A895BC;
}
.BgClassName
{
background-color: #A895BC;
}
</style>
border-color css
<style>
span { border-color: #A895BC; }
span { border-color: rgb(168,149,188); }
td.TdClassName
{
border-color: #A895BC;
}
.TagClassName
{
border-color: #A895BC;
}
</style>