Shades of East Side #A698B0
Tints of East Side #A698B0
RGB
CMYK
RGB Variations
Color information
#A698B0 (or 0xA698B0) is known color: East Side. HEX triplet: A6, 98 and B0. RGB value is (166,152,176). Sum of RGB (Red+Green+Blue) = 166+152+176=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 176 - color contains mainly: blue. Hex color #A698B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A698B0 is #59674F. Grayscale: #9E9E9E. Windows color (decimal): -5859152 or 11573414. OLE color: 11573414.
HSL color Cylindrical-coordinate representation of color #A698B0: hue angle of 275º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A698B0 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 152 | 176 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.31 |
| HSL | 275º | 0.13% | 0.64% | - |
| HSV(B) | 275º | 0.14% | 0.69% | - |
| XYZ | 34.79 | 33.7 | 45.75 | - |
| YUV | 158.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 176 | 0.06 | 0.14 | 0 | 0.31 | 275 | 0.13 | 0.64 |
| Hex | A6 | 98 | B0 | 6 | E | 0 | 1F | 113 | D | 40 |
| Octal | 246 | 230 | 260 | 6 | 16 | 0 | 37 | 423 | 15 | 100 |
| Binary | 10100110 | 10011000 | 10110000 | 110 | 1110 | 0 | 11111 | 100010011 | 1101 | 1000000 |
Color Harmonies of #A698B0
Complementary color
Monochromatic Colors of #A698B0
Black with #A698B0
Text Example
Text Example
White with #A698B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A698B0; }
p { color: rgb(166,152,176); }
H1.HeaderClassName
{
color: #A698B0;
}
.AnyTagClassName
{
color: #A698B0;
}
</style>
background-color css
<style>
a { background-color: #A698B0; }
a { background-color: rgb(166,152,176); }
div.DivClassName
{
background-color: #A698B0;
}
.BgClassName
{
background-color: #A698B0;
}
</style>
border-color css
<style>
span { border-color: #A698B0; }
span { border-color: rgb(166,152,176); }
td.TdClassName
{
border-color: #A698B0;
}
.TagClassName
{
border-color: #A698B0;
}
</style>