Shades of East Side #A690B3
Tints of East Side #A690B3
RGB
CMYK
RGB Variations
Color information
#A690B3 (or 0xA690B3) is known color: East Side. HEX triplet: A6, 90 and B3. RGB value is (166,144,179). Sum of RGB (Red+Green+Blue) = 166+144+179=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 179 - color contains mainly: blue. Hex color #A690B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A690B3 is #596F4C. Grayscale: #9A9A9A. Windows color (decimal): -5861197 or 11767974. OLE color: 11767974.
HSL color Cylindrical-coordinate representation of color #A690B3: hue angle of 277.71º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A690B3 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 144 | 179 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.30 |
| HSL | 277.71º | 0.19% | 0.63% | - |
| HSV(B) | 277.71º | 0.2% | 0.7% | - |
| XYZ | 33.84 | 31.31 | 46.91 | - |
| YUV | 154.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 179 | 0.07 | 0.20 | 0 | 0.30 | 277.71 | 0.19 | 0.63 |
| Hex | A6 | 90 | B3 | 7 | 14 | 0 | 1E | 116 | 13 | 3F |
| Octal | 246 | 220 | 263 | 7 | 24 | 0 | 36 | 426 | 23 | 77 |
| Binary | 10100110 | 10010000 | 10110011 | 111 | 10100 | 0 | 11110 | 100010110 | 10011 | 111111 |
Color Harmonies of #A690B3
Complementary color
Monochromatic Colors of #A690B3
Black with #A690B3
Text Example
Text Example
White with #A690B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A690B3; }
p { color: rgb(166,144,179); }
H1.HeaderClassName
{
color: #A690B3;
}
.AnyTagClassName
{
color: #A690B3;
}
</style>
background-color css
<style>
a { background-color: #A690B3; }
a { background-color: rgb(166,144,179); }
div.DivClassName
{
background-color: #A690B3;
}
.BgClassName
{
background-color: #A690B3;
}
</style>
border-color css
<style>
span { border-color: #A690B3; }
span { border-color: rgb(166,144,179); }
td.TdClassName
{
border-color: #A690B3;
}
.TagClassName
{
border-color: #A690B3;
}
</style>