Shades of East Side #A488AD
Tints of East Side #A488AD
RGB
CMYK
RGB Variations
Color information
#A488AD (or 0xA488AD) is known color: East Side. HEX triplet: A4, 88 and AD. RGB value is (164,136,173). Sum of RGB (Red+Green+Blue) = 164+136+173=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 173 - color contains mainly: blue. Hex color #A488AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A488AD is #5B7752. Grayscale: #949494. Windows color (decimal): -5994323 or 11372708. OLE color: 11372708.
HSL color Cylindrical-coordinate representation of color #A488AD: hue angle of 285.41º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A488AD is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 136 | 173 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.32 |
| HSL | 285.41º | 0.18% | 0.61% | - |
| HSV(B) | 285.41º | 0.21% | 0.68% | - |
| XYZ | 31.66 | 28.52 | 43.37 | - |
| YUV | 148.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 173 | 0.05 | 0.21 | 0 | 0.32 | 285.41 | 0.18 | 0.61 |
| Hex | A4 | 88 | AD | 5 | 15 | 0 | 20 | 11D | 12 | 3D |
| Octal | 244 | 210 | 255 | 5 | 25 | 0 | 40 | 435 | 22 | 75 |
| Binary | 10100100 | 10001000 | 10101101 | 101 | 10101 | 0 | 100000 | 100011101 | 10010 | 111101 |
Color Harmonies of #A488AD
Complementary color
Monochromatic Colors of #A488AD
Black with #A488AD
Text Example
Text Example
White with #A488AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A488AD; }
p { color: rgb(164,136,173); }
H1.HeaderClassName
{
color: #A488AD;
}
.AnyTagClassName
{
color: #A488AD;
}
</style>
background-color css
<style>
a { background-color: #A488AD; }
a { background-color: rgb(164,136,173); }
div.DivClassName
{
background-color: #A488AD;
}
.BgClassName
{
background-color: #A488AD;
}
</style>
border-color css
<style>
span { border-color: #A488AD; }
span { border-color: rgb(164,136,173); }
td.TdClassName
{
border-color: #A488AD;
}
.TagClassName
{
border-color: #A488AD;
}
</style>