Shades of East Side #A689C4
Tints of East Side #A689C4
RGB
CMYK
RGB Variations
Color information
#A689C4 (or 0xA689C4) is known color: East Side. HEX triplet: A6, 89 and C4. RGB value is (166,137,196). Sum of RGB (Red+Green+Blue) = 166+137+196=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 196 - color contains mainly: blue. Hex color #A689C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689C4 is #59763B. Grayscale: #989898. Windows color (decimal): -5862972 or 12880294. OLE color: 12880294.
HSL color Cylindrical-coordinate representation of color #A689C4: hue angle of 269.49º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A689C4 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 137 | 196 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.23 |
| HSL | 269.49º | 0.33% | 0.65% | - |
| HSV(B) | 269.49º | 0.3% | 0.77% | - |
| XYZ | 34.64 | 29.98 | 56.19 | - |
| YUV | 152.4 | 152.61 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 196 | 0.15 | 0.30 | 0 | 0.23 | 269.49 | 0.33 | 0.65 |
| Hex | A6 | 89 | C4 | F | 1E | 0 | 17 | 10D | 21 | 41 |
| Octal | 246 | 211 | 304 | 17 | 36 | 0 | 27 | 415 | 41 | 101 |
| Binary | 10100110 | 10001001 | 11000100 | 1111 | 11110 | 0 | 10111 | 100001101 | 100001 | 1000001 |
Color Harmonies of #A689C4
Complementary color
Monochromatic Colors of #A689C4
Black with #A689C4
Text Example
Text Example
White with #A689C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A689C4; }
p { color: rgb(166,137,196); }
H1.HeaderClassName
{
color: #A689C4;
}
.AnyTagClassName
{
color: #A689C4;
}
</style>
background-color css
<style>
a { background-color: #A689C4; }
a { background-color: rgb(166,137,196); }
div.DivClassName
{
background-color: #A689C4;
}
.BgClassName
{
background-color: #A689C4;
}
</style>
border-color css
<style>
span { border-color: #A689C4; }
span { border-color: rgb(166,137,196); }
td.TdClassName
{
border-color: #A689C4;
}
.TagClassName
{
border-color: #A689C4;
}
</style>