Shades of East Side #A69BB2
Tints of East Side #A69BB2
RGB
CMYK
RGB Variations
Color information
#A69BB2 (or 0xA69BB2) is known color: East Side. HEX triplet: A6, 9B and B2. RGB value is (166,155,178). Sum of RGB (Red+Green+Blue) = 166+155+178=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 178 - color contains mainly: blue. Hex color #A69BB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69BB2 is #59644D. Grayscale: #A0A0A0. Windows color (decimal): -5858382 or 11705254. OLE color: 11705254.
HSL color Cylindrical-coordinate representation of color #A69BB2: hue angle of 268.7º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A69BB2 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 155 | 178 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.30 |
| HSL | 268.7º | 0.13% | 0.65% | - |
| HSV(B) | 268.7º | 0.13% | 0.7% | - |
| XYZ | 35.48 | 34.76 | 46.96 | - |
| YUV | 160.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 178 | 0.07 | 0.13 | 0 | 0.30 | 268.7 | 0.13 | 0.65 |
| Hex | A6 | 9B | B2 | 7 | D | 0 | 1E | 10D | D | 41 |
| Octal | 246 | 233 | 262 | 7 | 15 | 0 | 36 | 415 | 15 | 101 |
| Binary | 10100110 | 10011011 | 10110010 | 111 | 1101 | 0 | 11110 | 100001101 | 1101 | 1000001 |
Color Harmonies of #A69BB2
Complementary color
Monochromatic Colors of #A69BB2
Black with #A69BB2
Text Example
Text Example
White with #A69BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69BB2; }
p { color: rgb(166,155,178); }
H1.HeaderClassName
{
color: #A69BB2;
}
.AnyTagClassName
{
color: #A69BB2;
}
</style>
background-color css
<style>
a { background-color: #A69BB2; }
a { background-color: rgb(166,155,178); }
div.DivClassName
{
background-color: #A69BB2;
}
.BgClassName
{
background-color: #A69BB2;
}
</style>
border-color css
<style>
span { border-color: #A69BB2; }
span { border-color: rgb(166,155,178); }
td.TdClassName
{
border-color: #A69BB2;
}
.TagClassName
{
border-color: #A69BB2;
}
</style>