Shades of East Side #A69AB4
Tints of East Side #A69AB4
RGB
CMYK
RGB Variations
Color information
#A69AB4 (or 0xA69AB4) is known color: East Side. HEX triplet: A6, 9A and B4. RGB value is (166,154,180). Sum of RGB (Red+Green+Blue) = 166+154+180=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 180 - color contains mainly: blue. Hex color #A69AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69AB4 is #59654B. Grayscale: #A0A0A0. Windows color (decimal): -5858636 or 11836070. OLE color: 11836070.
HSL color Cylindrical-coordinate representation of color #A69AB4: hue angle of 267.69º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A69AB4 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 154 | 180 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.29 |
| HSL | 267.69º | 0.15% | 0.65% | - |
| HSV(B) | 267.69º | 0.14% | 0.71% | - |
| XYZ | 35.52 | 34.51 | 47.97 | - |
| YUV | 160.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 180 | 0.08 | 0.14 | 0 | 0.29 | 267.69 | 0.15 | 0.65 |
| Hex | A6 | 9A | B4 | 8 | E | 0 | 1D | 10C | F | 41 |
| Octal | 246 | 232 | 264 | 10 | 16 | 0 | 35 | 414 | 17 | 101 |
| Binary | 10100110 | 10011010 | 10110100 | 1000 | 1110 | 0 | 11101 | 100001100 | 1111 | 1000001 |
Color Harmonies of #A69AB4
Complementary color
Monochromatic Colors of #A69AB4
Black with #A69AB4
Text Example
Text Example
White with #A69AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69AB4; }
p { color: rgb(166,154,180); }
H1.HeaderClassName
{
color: #A69AB4;
}
.AnyTagClassName
{
color: #A69AB4;
}
</style>
background-color css
<style>
a { background-color: #A69AB4; }
a { background-color: rgb(166,154,180); }
div.DivClassName
{
background-color: #A69AB4;
}
.BgClassName
{
background-color: #A69AB4;
}
</style>
border-color css
<style>
span { border-color: #A69AB4; }
span { border-color: rgb(166,154,180); }
td.TdClassName
{
border-color: #A69AB4;
}
.TagClassName
{
border-color: #A69AB4;
}
</style>