Shades of East Side #A699B3
Tints of East Side #A699B3
RGB
CMYK
RGB Variations
Color information
#A699B3 (or 0xA699B3) is known color: East Side. HEX triplet: A6, 99 and B3. RGB value is (166,153,179). Sum of RGB (Red+Green+Blue) = 166+153+179=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 179 - color contains mainly: blue. Hex color #A699B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699B3 is #59664C. Grayscale: #9F9F9F. Windows color (decimal): -5858893 or 11770278. OLE color: 11770278.
HSL color Cylindrical-coordinate representation of color #A699B3: hue angle of 270º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A699B3 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 153 | 179 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.30 |
| HSL | 270º | 0.15% | 0.65% | - |
| HSV(B) | 270º | 0.15% | 0.7% | - |
| XYZ | 35.25 | 34.14 | 47.38 | - |
| YUV | 159.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 179 | 0.07 | 0.15 | 0 | 0.30 | 270 | 0.15 | 0.65 |
| Hex | A6 | 99 | B3 | 7 | F | 0 | 1E | 10E | F | 41 |
| Octal | 246 | 231 | 263 | 7 | 17 | 0 | 36 | 416 | 17 | 101 |
| Binary | 10100110 | 10011001 | 10110011 | 111 | 1111 | 0 | 11110 | 100001110 | 1111 | 1000001 |
Color Harmonies of #A699B3
Complementary color
Monochromatic Colors of #A699B3
Black with #A699B3
Text Example
Text Example
White with #A699B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699B3; }
p { color: rgb(166,153,179); }
H1.HeaderClassName
{
color: #A699B3;
}
.AnyTagClassName
{
color: #A699B3;
}
</style>
background-color css
<style>
a { background-color: #A699B3; }
a { background-color: rgb(166,153,179); }
div.DivClassName
{
background-color: #A699B3;
}
.BgClassName
{
background-color: #A699B3;
}
</style>
border-color css
<style>
span { border-color: #A699B3; }
span { border-color: rgb(166,153,179); }
td.TdClassName
{
border-color: #A699B3;
}
.TagClassName
{
border-color: #A699B3;
}
</style>