Shades of East Side #A699B2
Tints of East Side #A699B2
RGB
CMYK
RGB Variations
Color information
#A699B2 (or 0xA699B2) is known color: East Side. HEX triplet: A6, 99 and B2. RGB value is (166,153,178). Sum of RGB (Red+Green+Blue) = 166+153+178=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 178 - color contains mainly: blue. Hex color #A699B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A699B2 is #59664D. Grayscale: #9F9F9F. Windows color (decimal): -5858894 or 11704742. OLE color: 11704742.
HSL color Cylindrical-coordinate representation of color #A699B2: hue angle of 271.2º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A699B2 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 153 | 178 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.30 |
| HSL | 271.2º | 0.14% | 0.65% | - |
| HSV(B) | 271.2º | 0.14% | 0.7% | - |
| XYZ | 35.15 | 34.1 | 46.85 | - |
| YUV | 159.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 178 | 0.07 | 0.14 | 0 | 0.30 | 271.2 | 0.14 | 0.65 |
| Hex | A6 | 99 | B2 | 7 | E | 0 | 1E | 10F | E | 41 |
| Octal | 246 | 231 | 262 | 7 | 16 | 0 | 36 | 417 | 16 | 101 |
| Binary | 10100110 | 10011001 | 10110010 | 111 | 1110 | 0 | 11110 | 100001111 | 1110 | 1000001 |
Color Harmonies of #A699B2
Complementary color
Monochromatic Colors of #A699B2
Black with #A699B2
Text Example
Text Example
White with #A699B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699B2; }
p { color: rgb(166,153,178); }
H1.HeaderClassName
{
color: #A699B2;
}
.AnyTagClassName
{
color: #A699B2;
}
</style>
background-color css
<style>
a { background-color: #A699B2; }
a { background-color: rgb(166,153,178); }
div.DivClassName
{
background-color: #A699B2;
}
.BgClassName
{
background-color: #A699B2;
}
</style>
border-color css
<style>
span { border-color: #A699B2; }
span { border-color: rgb(166,153,178); }
td.TdClassName
{
border-color: #A699B2;
}
.TagClassName
{
border-color: #A699B2;
}
</style>