Shades of East Side #A694BB
Tints of East Side #A694BB
RGB
CMYK
RGB Variations
Color information
#A694BB (or 0xA694BB) is known color: East Side. HEX triplet: A6, 94 and BB. RGB value is (166,148,187). Sum of RGB (Red+Green+Blue) = 166+148+187=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #A694BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694BB is #596B44. Grayscale: #9D9D9D. Windows color (decimal): -5860165 or 12293286. OLE color: 12293286.
HSL color Cylindrical-coordinate representation of color #A694BB: hue angle of 267.69º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A694BB is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 148 | 187 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.27 |
| HSL | 267.69º | 0.22% | 0.66% | - |
| HSV(B) | 267.69º | 0.21% | 0.73% | - |
| XYZ | 35.29 | 32.87 | 51.5 | - |
| YUV | 157.83 | 144.46 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 187 | 0.11 | 0.21 | 0 | 0.27 | 267.69 | 0.22 | 0.66 |
| Hex | A6 | 94 | BB | B | 15 | 0 | 1B | 10C | 16 | 42 |
| Octal | 246 | 224 | 273 | 13 | 25 | 0 | 33 | 414 | 26 | 102 |
| Binary | 10100110 | 10010100 | 10111011 | 1011 | 10101 | 0 | 11011 | 100001100 | 10110 | 1000010 |
Color Harmonies of #A694BB
Complementary color
Monochromatic Colors of #A694BB
Black with #A694BB
Text Example
Text Example
White with #A694BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A694BB; }
p { color: rgb(166,148,187); }
H1.HeaderClassName
{
color: #A694BB;
}
.AnyTagClassName
{
color: #A694BB;
}
</style>
background-color css
<style>
a { background-color: #A694BB; }
a { background-color: rgb(166,148,187); }
div.DivClassName
{
background-color: #A694BB;
}
.BgClassName
{
background-color: #A694BB;
}
</style>
border-color css
<style>
span { border-color: #A694BB; }
span { border-color: rgb(166,148,187); }
td.TdClassName
{
border-color: #A694BB;
}
.TagClassName
{
border-color: #A694BB;
}
</style>