Shades of East Side #A690B2
Tints of East Side #A690B2
RGB
CMYK
RGB Variations
Color information
#A690B2 (or 0xA690B2) is known color: East Side. HEX triplet: A6, 90 and B2. RGB value is (166,144,178). Sum of RGB (Red+Green+Blue) = 166+144+178=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 178 - color contains mainly: blue. Hex color #A690B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A690B2 is #596F4D. Grayscale: #9A9A9A. Windows color (decimal): -5861198 or 11702438. OLE color: 11702438.
HSL color Cylindrical-coordinate representation of color #A690B2: hue angle of 278.82º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A690B2 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 144 | 178 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.30 |
| HSL | 278.82º | 0.18% | 0.63% | - |
| HSV(B) | 278.82º | 0.19% | 0.7% | - |
| XYZ | 33.74 | 31.27 | 46.38 | - |
| YUV | 154.45 | 141.29 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 178 | 0.07 | 0.19 | 0 | 0.30 | 278.82 | 0.18 | 0.63 |
| Hex | A6 | 90 | B2 | 7 | 13 | 0 | 1E | 117 | 12 | 3F |
| Octal | 246 | 220 | 262 | 7 | 23 | 0 | 36 | 427 | 22 | 77 |
| Binary | 10100110 | 10010000 | 10110010 | 111 | 10011 | 0 | 11110 | 100010111 | 10010 | 111111 |
Color Harmonies of #A690B2
Complementary color
Monochromatic Colors of #A690B2
Black with #A690B2
Text Example
Text Example
White with #A690B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A690B2; }
p { color: rgb(166,144,178); }
H1.HeaderClassName
{
color: #A690B2;
}
.AnyTagClassName
{
color: #A690B2;
}
</style>
background-color css
<style>
a { background-color: #A690B2; }
a { background-color: rgb(166,144,178); }
div.DivClassName
{
background-color: #A690B2;
}
.BgClassName
{
background-color: #A690B2;
}
</style>
border-color css
<style>
span { border-color: #A690B2; }
span { border-color: rgb(166,144,178); }
td.TdClassName
{
border-color: #A690B2;
}
.TagClassName
{
border-color: #A690B2;
}
</style>