Shades of East Side #A689AF
Tints of East Side #A689AF
RGB
CMYK
RGB Variations
Color information
#A689AF (or 0xA689AF) is known color: East Side. HEX triplet: A6, 89 and AF. RGB value is (166,137,175). Sum of RGB (Red+Green+Blue) = 166+137+175=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: blue. Hex color #A689AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A689AF is #597650. Grayscale: #959595. Windows color (decimal): -5862993 or 11504038. OLE color: 11504038.
HSL color Cylindrical-coordinate representation of color #A689AF: hue angle of 285.79º 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 #A689AF is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 137 | 175 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.31 |
| HSL | 285.79º | 0.19% | 0.61% | - |
| HSV(B) | 285.79º | 0.22% | 0.69% | - |
| XYZ | 32.41 | 29.09 | 44.46 | - |
| YUV | 150 | 142.11 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 175 | 0.05 | 0.22 | 0 | 0.31 | 285.79 | 0.19 | 0.61 |
| Hex | A6 | 89 | AF | 5 | 16 | 0 | 1F | 11E | 13 | 3D |
| Octal | 246 | 211 | 257 | 5 | 26 | 0 | 37 | 436 | 23 | 75 |
| Binary | 10100110 | 10001001 | 10101111 | 101 | 10110 | 0 | 11111 | 100011110 | 10011 | 111101 |
Color Harmonies of #A689AF
Complementary color
Monochromatic Colors of #A689AF
Black with #A689AF
Text Example
Text Example
White with #A689AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A689AF; }
p { color: rgb(166,137,175); }
H1.HeaderClassName
{
color: #A689AF;
}
.AnyTagClassName
{
color: #A689AF;
}
</style>
background-color css
<style>
a { background-color: #A689AF; }
a { background-color: rgb(166,137,175); }
div.DivClassName
{
background-color: #A689AF;
}
.BgClassName
{
background-color: #A689AF;
}
</style>
border-color css
<style>
span { border-color: #A689AF; }
span { border-color: rgb(166,137,175); }
td.TdClassName
{
border-color: #A689AF;
}
.TagClassName
{
border-color: #A689AF;
}
</style>