Shades of East Side #A694B3
Tints of East Side #A694B3
RGB
CMYK
RGB Variations
Color information
#A694B3 (or 0xA694B3) is known color: East Side. HEX triplet: A6, 94 and B3. RGB value is (166,148,179). Sum of RGB (Red+Green+Blue) = 166+148+179=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 179 - color contains mainly: blue. Hex color #A694B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694B3 is #596B4C. Grayscale: #9C9C9C. Windows color (decimal): -5860173 or 11768998. OLE color: 11768998.
HSL color Cylindrical-coordinate representation of color #A694B3: hue angle of 274.84º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A694B3 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 148 | 179 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.30 |
| HSL | 274.84º | 0.17% | 0.64% | - |
| HSV(B) | 274.84º | 0.17% | 0.7% | - |
| XYZ | 34.45 | 32.54 | 47.11 | - |
| YUV | 156.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 179 | 0.07 | 0.17 | 0 | 0.30 | 274.84 | 0.17 | 0.64 |
| Hex | A6 | 94 | B3 | 7 | 11 | 0 | 1E | 113 | 11 | 40 |
| Octal | 246 | 224 | 263 | 7 | 21 | 0 | 36 | 423 | 21 | 100 |
| Binary | 10100110 | 10010100 | 10110011 | 111 | 10001 | 0 | 11110 | 100010011 | 10001 | 1000000 |
Color Harmonies of #A694B3
Complementary color
Monochromatic Colors of #A694B3
Black with #A694B3
Text Example
Text Example
White with #A694B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A694B3; }
p { color: rgb(166,148,179); }
H1.HeaderClassName
{
color: #A694B3;
}
.AnyTagClassName
{
color: #A694B3;
}
</style>
background-color css
<style>
a { background-color: #A694B3; }
a { background-color: rgb(166,148,179); }
div.DivClassName
{
background-color: #A694B3;
}
.BgClassName
{
background-color: #A694B3;
}
</style>
border-color css
<style>
span { border-color: #A694B3; }
span { border-color: rgb(166,148,179); }
td.TdClassName
{
border-color: #A694B3;
}
.TagClassName
{
border-color: #A694B3;
}
</style>