Shades of East Side #A69BB1
Tints of East Side #A69BB1
RGB
CMYK
RGB Variations
Color information
#A69BB1 (or 0xA69BB1) is known color: East Side. HEX triplet: A6, 9B and B1. RGB value is (166,155,177). Sum of RGB (Red+Green+Blue) = 166+155+177=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 177 - color contains mainly: blue. Hex color #A69BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69BB1 is #59644E. Grayscale: #A0A0A0. Windows color (decimal): -5858383 or 11639718. OLE color: 11639718.
HSL color Cylindrical-coordinate representation of color #A69BB1: hue angle of 270º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A69BB1 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 155 | 177 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.31 |
| HSL | 270º | 0.12% | 0.65% | - |
| HSV(B) | 270º | 0.12% | 0.69% | - |
| XYZ | 35.38 | 34.72 | 46.43 | - |
| YUV | 160.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 177 | 0.06 | 0.12 | 0 | 0.31 | 270 | 0.12 | 0.65 |
| Hex | A6 | 9B | B1 | 6 | C | 0 | 1F | 10E | C | 41 |
| Octal | 246 | 233 | 261 | 6 | 14 | 0 | 37 | 416 | 14 | 101 |
| Binary | 10100110 | 10011011 | 10110001 | 110 | 1100 | 0 | 11111 | 100001110 | 1100 | 1000001 |
Color Harmonies of #A69BB1
Complementary color
Monochromatic Colors of #A69BB1
Black with #A69BB1
Text Example
Text Example
White with #A69BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69BB1; }
p { color: rgb(166,155,177); }
H1.HeaderClassName
{
color: #A69BB1;
}
.AnyTagClassName
{
color: #A69BB1;
}
</style>
background-color css
<style>
a { background-color: #A69BB1; }
a { background-color: rgb(166,155,177); }
div.DivClassName
{
background-color: #A69BB1;
}
.BgClassName
{
background-color: #A69BB1;
}
</style>
border-color css
<style>
span { border-color: #A69BB1; }
span { border-color: rgb(166,155,177); }
td.TdClassName
{
border-color: #A69BB1;
}
.TagClassName
{
border-color: #A69BB1;
}
</style>