Shades of East Side #A895BD
Tints of East Side #A895BD
RGB
CMYK
RGB Variations
Color information
#A895BD (or 0xA895BD) is known color: East Side. HEX triplet: A8, 95 and BD. RGB value is (168,149,189). Sum of RGB (Red+Green+Blue) = 168+149+189=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #A895BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895BD is #576A42. Grayscale: #9F9F9F. Windows color (decimal): -5728835 or 12424616. OLE color: 12424616.
HSL color Cylindrical-coordinate representation of color #A895BD: hue angle of 268.5º 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 #A895BD is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 149 | 189 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.26 |
| HSL | 268.5º | 0.23% | 0.66% | - |
| HSV(B) | 268.5º | 0.21% | 0.74% | - |
| XYZ | 36.08 | 33.49 | 52.71 | - |
| YUV | 159.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 189 | 0.11 | 0.21 | 0 | 0.26 | 268.5 | 0.23 | 0.66 |
| Hex | A8 | 95 | BD | B | 15 | 0 | 1A | 10C | 17 | 42 |
| Octal | 250 | 225 | 275 | 13 | 25 | 0 | 32 | 414 | 27 | 102 |
| Binary | 10101000 | 10010101 | 10111101 | 1011 | 10101 | 0 | 11010 | 100001100 | 10111 | 1000010 |
Color Harmonies of #A895BD
Complementary color
Monochromatic Colors of #A895BD
Black with #A895BD
Text Example
Text Example
White with #A895BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A895BD; }
p { color: rgb(168,149,189); }
H1.HeaderClassName
{
color: #A895BD;
}
.AnyTagClassName
{
color: #A895BD;
}
</style>
background-color css
<style>
a { background-color: #A895BD; }
a { background-color: rgb(168,149,189); }
div.DivClassName
{
background-color: #A895BD;
}
.BgClassName
{
background-color: #A895BD;
}
</style>
border-color css
<style>
span { border-color: #A895BD; }
span { border-color: rgb(168,149,189); }
td.TdClassName
{
border-color: #A895BD;
}
.TagClassName
{
border-color: #A895BD;
}
</style>