Shades of East Side #A690B4
Tints of East Side #A690B4
RGB
CMYK
RGB Variations
Color information
#A690B4 (or 0xA690B4) is known color: East Side. HEX triplet: A6, 90 and B4. RGB value is (166,144,180). Sum of RGB (Red+Green+Blue) = 166+144+180=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 180 - color contains mainly: blue. Hex color #A690B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A690B4 is #596F4B. Grayscale: #9A9A9A. Windows color (decimal): -5861196 or 11833510. OLE color: 11833510.
HSL color Cylindrical-coordinate representation of color #A690B4: hue angle of 276.67º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A690B4 is Cyan = 0.08, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 144 | 180 | - |
| CMYK | 0.08 | 0.2 | 0 | 0.29 |
| HSL | 276.67º | 0.19% | 0.64% | - |
| HSV(B) | 276.67º | 0.2% | 0.71% | - |
| XYZ | 33.94 | 31.35 | 47.44 | - |
| YUV | 154.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 180 | 0.08 | 0.2 | 0 | 0.29 | 276.67 | 0.19 | 0.64 |
| Hex | A6 | 90 | B4 | 8 | 14 | 0 | 1D | 115 | 13 | 40 |
| Octal | 246 | 220 | 264 | 10 | 24 | 0 | 35 | 425 | 23 | 100 |
| Binary | 10100110 | 10010000 | 10110100 | 1000 | 10100 | 0 | 11101 | 100010101 | 10011 | 1000000 |
Color Harmonies of #A690B4
Complementary color
Monochromatic Colors of #A690B4
Black with #A690B4
Text Example
Text Example
White with #A690B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A690B4; }
p { color: rgb(166,144,180); }
H1.HeaderClassName
{
color: #A690B4;
}
.AnyTagClassName
{
color: #A690B4;
}
</style>
background-color css
<style>
a { background-color: #A690B4; }
a { background-color: rgb(166,144,180); }
div.DivClassName
{
background-color: #A690B4;
}
.BgClassName
{
background-color: #A690B4;
}
</style>
border-color css
<style>
span { border-color: #A690B4; }
span { border-color: rgb(166,144,180); }
td.TdClassName
{
border-color: #A690B4;
}
.TagClassName
{
border-color: #A690B4;
}
</style>