Shades of East Side #A697B4
Tints of East Side #A697B4
RGB
CMYK
RGB Variations
Color information
#A697B4 (or 0xA697B4) is known color: East Side. HEX triplet: A6, 97 and B4. RGB value is (166,151,180). Sum of RGB (Red+Green+Blue) = 166+151+180=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 180 - color contains mainly: blue. Hex color #A697B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697B4 is #59684B. Grayscale: #9E9E9E. Windows color (decimal): -5859404 or 11835302. OLE color: 11835302.
HSL color Cylindrical-coordinate representation of color #A697B4: hue angle of 271.03º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A697B4 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 151 | 180 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.29 |
| HSL | 271.03º | 0.16% | 0.65% | - |
| HSV(B) | 271.03º | 0.16% | 0.71% | - |
| XYZ | 35.03 | 33.54 | 47.81 | - |
| YUV | 158.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 151 | 180 | 0.08 | 0.16 | 0 | 0.29 | 271.03 | 0.16 | 0.65 |
| Hex | A6 | 97 | B4 | 8 | 10 | 0 | 1D | 10F | 10 | 41 |
| Octal | 246 | 227 | 264 | 10 | 20 | 0 | 35 | 417 | 20 | 101 |
| Binary | 10100110 | 10010111 | 10110100 | 1000 | 10000 | 0 | 11101 | 100001111 | 10000 | 1000001 |
Color Harmonies of #A697B4
Complementary color
Monochromatic Colors of #A697B4
Black with #A697B4
Text Example
Text Example
White with #A697B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A697B4; }
p { color: rgb(166,151,180); }
H1.HeaderClassName
{
color: #A697B4;
}
.AnyTagClassName
{
color: #A697B4;
}
</style>
background-color css
<style>
a { background-color: #A697B4; }
a { background-color: rgb(166,151,180); }
div.DivClassName
{
background-color: #A697B4;
}
.BgClassName
{
background-color: #A697B4;
}
</style>
border-color css
<style>
span { border-color: #A697B4; }
span { border-color: rgb(166,151,180); }
td.TdClassName
{
border-color: #A697B4;
}
.TagClassName
{
border-color: #A697B4;
}
</style>