Shades of East Side #A699B4
Tints of East Side #A699B4
RGB
CMYK
RGB Variations
Color information
#A699B4 (or 0xA699B4) is known color: East Side. HEX triplet: A6, 99 and B4. RGB value is (166,153,180). Sum of RGB (Red+Green+Blue) = 166+153+180=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 180 - color contains mainly: blue. Hex color #A699B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699B4 is #59664B. Grayscale: #9F9F9F. Windows color (decimal): -5858892 or 11835814. OLE color: 11835814.
HSL color Cylindrical-coordinate representation of color #A699B4: hue angle of 268.89º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A699B4 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 153 | 180 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.29 |
| HSL | 268.89º | 0.15% | 0.65% | - |
| HSV(B) | 268.89º | 0.15% | 0.71% | - |
| XYZ | 35.36 | 34.18 | 47.91 | - |
| YUV | 159.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 180 | 0.08 | 0.15 | 0 | 0.29 | 268.89 | 0.15 | 0.65 |
| Hex | A6 | 99 | B4 | 8 | F | 0 | 1D | 10D | F | 41 |
| Octal | 246 | 231 | 264 | 10 | 17 | 0 | 35 | 415 | 17 | 101 |
| Binary | 10100110 | 10011001 | 10110100 | 1000 | 1111 | 0 | 11101 | 100001101 | 1111 | 1000001 |
Color Harmonies of #A699B4
Complementary color
Monochromatic Colors of #A699B4
Black with #A699B4
Text Example
Text Example
White with #A699B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699B4; }
p { color: rgb(166,153,180); }
H1.HeaderClassName
{
color: #A699B4;
}
.AnyTagClassName
{
color: #A699B4;
}
</style>
background-color css
<style>
a { background-color: #A699B4; }
a { background-color: rgb(166,153,180); }
div.DivClassName
{
background-color: #A699B4;
}
.BgClassName
{
background-color: #A699B4;
}
</style>
border-color css
<style>
span { border-color: #A699B4; }
span { border-color: rgb(166,153,180); }
td.TdClassName
{
border-color: #A699B4;
}
.TagClassName
{
border-color: #A699B4;
}
</style>