Shades of East Side #A799B4
Tints of East Side #A799B4
RGB
CMYK
RGB Variations
Color information
#A799B4 (or 0xA799B4) is known color: East Side. HEX triplet: A7, 99 and B4. RGB value is (167,153,180). Sum of RGB (Red+Green+Blue) = 167+153+180=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 180 - color contains mainly: blue. Hex color #A799B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799B4 is #58664B. Grayscale: #A0A0A0. Windows color (decimal): -5793356 or 11835815. OLE color: 11835815.
HSL color Cylindrical-coordinate representation of color #A799B4: hue angle of 271.11º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A799B4 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 153 | 180 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.29 |
| HSL | 271.11º | 0.15% | 0.65% | - |
| HSV(B) | 271.11º | 0.15% | 0.71% | - |
| XYZ | 35.57 | 34.29 | 47.92 | - |
| YUV | 160.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 153 | 180 | 0.07 | 0.15 | 0 | 0.29 | 271.11 | 0.15 | 0.65 |
| Hex | A7 | 99 | B4 | 7 | F | 0 | 1D | 10F | F | 41 |
| Octal | 247 | 231 | 264 | 7 | 17 | 0 | 35 | 417 | 17 | 101 |
| Binary | 10100111 | 10011001 | 10110100 | 111 | 1111 | 0 | 11101 | 100001111 | 1111 | 1000001 |
Color Harmonies of #A799B4
Complementary color
Monochromatic Colors of #A799B4
Black with #A799B4
Text Example
Text Example
White with #A799B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A799B4; }
p { color: rgb(167,153,180); }
H1.HeaderClassName
{
color: #A799B4;
}
.AnyTagClassName
{
color: #A799B4;
}
</style>
background-color css
<style>
a { background-color: #A799B4; }
a { background-color: rgb(167,153,180); }
div.DivClassName
{
background-color: #A799B4;
}
.BgClassName
{
background-color: #A799B4;
}
</style>
border-color css
<style>
span { border-color: #A799B4; }
span { border-color: rgb(167,153,180); }
td.TdClassName
{
border-color: #A799B4;
}
.TagClassName
{
border-color: #A799B4;
}
</style>