Shades of East Side #A688AC
Tints of East Side #A688AC
RGB
CMYK
RGB Variations
Color information
#A688AC (or 0xA688AC) is known color: East Side. HEX triplet: A6, 88 and AC. RGB value is (166,136,172). Sum of RGB (Red+Green+Blue) = 166+136+172=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 172 - color contains mainly: blue. Hex color #A688AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A688AC is #597753. Grayscale: #949494. Windows color (decimal): -5863252 or 11307174. OLE color: 11307174.
HSL color Cylindrical-coordinate representation of color #A688AC: hue angle of 290º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A688AC is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 136 | 172 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.33 |
| HSL | 290º | 0.18% | 0.6% | - |
| HSV(B) | 290º | 0.21% | 0.67% | - |
| XYZ | 31.98 | 28.69 | 42.88 | - |
| YUV | 149.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 172 | 0.03 | 0.21 | 0 | 0.33 | 290 | 0.18 | 0.6 |
| Hex | A6 | 88 | AC | 3 | 15 | 0 | 21 | 122 | 12 | 3C |
| Octal | 246 | 210 | 254 | 3 | 25 | 0 | 41 | 442 | 22 | 74 |
| Binary | 10100110 | 10001000 | 10101100 | 11 | 10101 | 0 | 100001 | 100100010 | 10010 | 111100 |
Color Harmonies of #A688AC
Complementary color
Monochromatic Colors of #A688AC
Black with #A688AC
Text Example
Text Example
White with #A688AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A688AC; }
p { color: rgb(166,136,172); }
H1.HeaderClassName
{
color: #A688AC;
}
.AnyTagClassName
{
color: #A688AC;
}
</style>
background-color css
<style>
a { background-color: #A688AC; }
a { background-color: rgb(166,136,172); }
div.DivClassName
{
background-color: #A688AC;
}
.BgClassName
{
background-color: #A688AC;
}
</style>
border-color css
<style>
span { border-color: #A688AC; }
span { border-color: rgb(166,136,172); }
td.TdClassName
{
border-color: #A688AC;
}
.TagClassName
{
border-color: #A688AC;
}
</style>