Shades of East Side #A692B0
Tints of East Side #A692B0
RGB
CMYK
RGB Variations
Color information
#A692B0 (or 0xA692B0) is known color: East Side. HEX triplet: A6, 92 and B0. RGB value is (166,146,176). Sum of RGB (Red+Green+Blue) = 166+146+176=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 176 - color contains mainly: blue. Hex color #A692B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A692B0 is #596D4F. Grayscale: #9B9B9B. Windows color (decimal): -5860688 or 11571878. OLE color: 11571878.
HSL color Cylindrical-coordinate representation of color #A692B0: hue angle of 280º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A692B0 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 146 | 176 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.31 |
| HSL | 280º | 0.16% | 0.63% | - |
| HSV(B) | 280º | 0.17% | 0.69% | - |
| XYZ | 33.84 | 31.8 | 45.43 | - |
| YUV | 155.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 176 | 0.06 | 0.17 | 0 | 0.31 | 280 | 0.16 | 0.63 |
| Hex | A6 | 92 | B0 | 6 | 11 | 0 | 1F | 118 | 10 | 3F |
| Octal | 246 | 222 | 260 | 6 | 21 | 0 | 37 | 430 | 20 | 77 |
| Binary | 10100110 | 10010010 | 10110000 | 110 | 10001 | 0 | 11111 | 100011000 | 10000 | 111111 |
Color Harmonies of #A692B0
Complementary color
Monochromatic Colors of #A692B0
Black with #A692B0
Text Example
Text Example
White with #A692B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A692B0; }
p { color: rgb(166,146,176); }
H1.HeaderClassName
{
color: #A692B0;
}
.AnyTagClassName
{
color: #A692B0;
}
</style>
background-color css
<style>
a { background-color: #A692B0; }
a { background-color: rgb(166,146,176); }
div.DivClassName
{
background-color: #A692B0;
}
.BgClassName
{
background-color: #A692B0;
}
</style>
border-color css
<style>
span { border-color: #A692B0; }
span { border-color: rgb(166,146,176); }
td.TdClassName
{
border-color: #A692B0;
}
.TagClassName
{
border-color: #A692B0;
}
</style>