Shades of East Side #A691B7
Tints of East Side #A691B7
RGB
CMYK
RGB Variations
Color information
#A691B7 (or 0xA691B7) is known color: East Side. HEX triplet: A6, 91 and B7. RGB value is (166,145,183). Sum of RGB (Red+Green+Blue) = 166+145+183=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 183 - color contains mainly: blue. Hex color #A691B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A691B7 is #596E48. Grayscale: #9B9B9B. Windows color (decimal): -5860937 or 12030374. OLE color: 12030374.
HSL color Cylindrical-coordinate representation of color #A691B7: hue angle of 273.16º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A691B7 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 145 | 183 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.28 |
| HSL | 273.16º | 0.21% | 0.64% | - |
| HSV(B) | 273.16º | 0.21% | 0.72% | - |
| XYZ | 34.4 | 31.78 | 49.12 | - |
| YUV | 155.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 145 | 183 | 0.09 | 0.21 | 0 | 0.28 | 273.16 | 0.21 | 0.64 |
| Hex | A6 | 91 | B7 | 9 | 15 | 0 | 1C | 111 | 15 | 40 |
| Octal | 246 | 221 | 267 | 11 | 25 | 0 | 34 | 421 | 25 | 100 |
| Binary | 10100110 | 10010001 | 10110111 | 1001 | 10101 | 0 | 11100 | 100010001 | 10101 | 1000000 |
Color Harmonies of #A691B7
Complementary color
Monochromatic Colors of #A691B7
Black with #A691B7
Text Example
Text Example
White with #A691B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A691B7; }
p { color: rgb(166,145,183); }
H1.HeaderClassName
{
color: #A691B7;
}
.AnyTagClassName
{
color: #A691B7;
}
</style>
background-color css
<style>
a { background-color: #A691B7; }
a { background-color: rgb(166,145,183); }
div.DivClassName
{
background-color: #A691B7;
}
.BgClassName
{
background-color: #A691B7;
}
</style>
border-color css
<style>
span { border-color: #A691B7; }
span { border-color: rgb(166,145,183); }
td.TdClassName
{
border-color: #A691B7;
}
.TagClassName
{
border-color: #A691B7;
}
</style>