Shades of East Side #A089AF
Tints of East Side #A089AF
RGB
CMYK
RGB Variations
Color information
#A089AF (or 0xA089AF) is known color: East Side. HEX triplet: A0, 89 and AF. RGB value is (160,137,175). Sum of RGB (Red+Green+Blue) = 160+137+175=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #A089AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A089AF is #5F7650. Grayscale: #949494. Windows color (decimal): -6256209 or 11504032. OLE color: 11504032.
HSL color Cylindrical-coordinate representation of color #A089AF: hue angle of 276.32º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A089AF is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 137 | 175 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.31 |
| HSL | 276.32º | 0.19% | 0.61% | - |
| HSV(B) | 276.32º | 0.22% | 0.69% | - |
| XYZ | 31.18 | 28.46 | 44.41 | - |
| YUV | 148.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 175 | 0.09 | 0.22 | 0 | 0.31 | 276.32 | 0.19 | 0.61 |
| Hex | A0 | 89 | AF | 9 | 16 | 0 | 1F | 114 | 13 | 3D |
| Octal | 240 | 211 | 257 | 11 | 26 | 0 | 37 | 424 | 23 | 75 |
| Binary | 10100000 | 10001001 | 10101111 | 1001 | 10110 | 0 | 11111 | 100010100 | 10011 | 111101 |
Color Harmonies of #A089AF
Complementary color
Monochromatic Colors of #A089AF
Black with #A089AF
Text Example
Text Example
White with #A089AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089AF; }
p { color: rgb(160,137,175); }
H1.HeaderClassName
{
color: #A089AF;
}
.AnyTagClassName
{
color: #A089AF;
}
</style>
background-color css
<style>
a { background-color: #A089AF; }
a { background-color: rgb(160,137,175); }
div.DivClassName
{
background-color: #A089AF;
}
.BgClassName
{
background-color: #A089AF;
}
</style>
border-color css
<style>
span { border-color: #A089AF; }
span { border-color: rgb(160,137,175); }
td.TdClassName
{
border-color: #A089AF;
}
.TagClassName
{
border-color: #A089AF;
}
</style>