Shades of East Side #A798B6
Tints of East Side #A798B6
RGB
CMYK
RGB Variations
Color information
#A798B6 (or 0xA798B6) is known color: East Side. HEX triplet: A7, 98 and B6. RGB value is (167,152,182). Sum of RGB (Red+Green+Blue) = 167+152+182=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 182 - color contains mainly: blue. Hex color #A798B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798B6 is #586749. Grayscale: #9F9F9F. Windows color (decimal): -5793610 or 11966631. OLE color: 11966631.
HSL color Cylindrical-coordinate representation of color #A798B6: hue angle of 270º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A798B6 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 152 | 182 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.29 |
| HSL | 270º | 0.17% | 0.65% | - |
| HSV(B) | 270º | 0.16% | 0.71% | - |
| XYZ | 35.61 | 34.05 | 48.95 | - |
| YUV | 159.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 152 | 182 | 0.08 | 0.16 | 0 | 0.29 | 270 | 0.17 | 0.65 |
| Hex | A7 | 98 | B6 | 8 | 10 | 0 | 1D | 10E | 11 | 41 |
| Octal | 247 | 230 | 266 | 10 | 20 | 0 | 35 | 416 | 21 | 101 |
| Binary | 10100111 | 10011000 | 10110110 | 1000 | 10000 | 0 | 11101 | 100001110 | 10001 | 1000001 |
Color Harmonies of #A798B6
Complementary color
Monochromatic Colors of #A798B6
Black with #A798B6
Text Example
Text Example
White with #A798B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A798B6; }
p { color: rgb(167,152,182); }
H1.HeaderClassName
{
color: #A798B6;
}
.AnyTagClassName
{
color: #A798B6;
}
</style>
background-color css
<style>
a { background-color: #A798B6; }
a { background-color: rgb(167,152,182); }
div.DivClassName
{
background-color: #A798B6;
}
.BgClassName
{
background-color: #A798B6;
}
</style>
border-color css
<style>
span { border-color: #A798B6; }
span { border-color: rgb(167,152,182); }
td.TdClassName
{
border-color: #A798B6;
}
.TagClassName
{
border-color: #A798B6;
}
</style>