Shades of East Side #A69AB2
Tints of East Side #A69AB2
RGB
CMYK
RGB Variations
Color information
#A69AB2 (or 0xA69AB2) is known color: East Side. HEX triplet: A6, 9A and B2. RGB value is (166,154,178). Sum of RGB (Red+Green+Blue) = 166+154+178=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 178 - color contains mainly: blue. Hex color #A69AB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69AB2 is #59654D. Grayscale: #A0A0A0. Windows color (decimal): -5858638 or 11704998. OLE color: 11704998.
HSL color Cylindrical-coordinate representation of color #A69AB2: hue angle of 270º 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 #A69AB2 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 154 | 178 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.30 |
| HSL | 270º | 0.13% | 0.65% | - |
| HSV(B) | 270º | 0.13% | 0.7% | - |
| XYZ | 35.32 | 34.43 | 46.9 | - |
| YUV | 160.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 178 | 0.07 | 0.13 | 0 | 0.30 | 270 | 0.13 | 0.65 |
| Hex | A6 | 9A | B2 | 7 | D | 0 | 1E | 10E | D | 41 |
| Octal | 246 | 232 | 262 | 7 | 15 | 0 | 36 | 416 | 15 | 101 |
| Binary | 10100110 | 10011010 | 10110010 | 111 | 1101 | 0 | 11110 | 100001110 | 1101 | 1000001 |
Color Harmonies of #A69AB2
Complementary color
Monochromatic Colors of #A69AB2
Black with #A69AB2
Text Example
Text Example
White with #A69AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69AB2; }
p { color: rgb(166,154,178); }
H1.HeaderClassName
{
color: #A69AB2;
}
.AnyTagClassName
{
color: #A69AB2;
}
</style>
background-color css
<style>
a { background-color: #A69AB2; }
a { background-color: rgb(166,154,178); }
div.DivClassName
{
background-color: #A69AB2;
}
.BgClassName
{
background-color: #A69AB2;
}
</style>
border-color css
<style>
span { border-color: #A69AB2; }
span { border-color: rgb(166,154,178); }
td.TdClassName
{
border-color: #A69AB2;
}
.TagClassName
{
border-color: #A69AB2;
}
</style>