Shades of East Side #A598B4
Tints of East Side #A598B4
RGB
CMYK
RGB Variations
Color information
#A598B4 (or 0xA598B4) is known color: East Side. HEX triplet: A5, 98 and B4. RGB value is (165,152,180). Sum of RGB (Red+Green+Blue) = 165+152+180=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 180 - color contains mainly: blue. Hex color #A598B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598B4 is #5A674B. Grayscale: #9E9E9E. Windows color (decimal): -5924684 or 11835557. OLE color: 11835557.
HSL color Cylindrical-coordinate representation of color #A598B4: hue angle of 267.86º degrees, saturation: 0.16, 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 #A598B4 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 152 | 180 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.29 |
| HSL | 267.86º | 0.16% | 0.65% | - |
| HSV(B) | 267.86º | 0.16% | 0.71% | - |
| XYZ | 34.98 | 33.75 | 47.85 | - |
| YUV | 159.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 152 | 180 | 0.08 | 0.16 | 0 | 0.29 | 267.86 | 0.16 | 0.65 |
| Hex | A5 | 98 | B4 | 8 | 10 | 0 | 1D | 10C | 10 | 41 |
| Octal | 245 | 230 | 264 | 10 | 20 | 0 | 35 | 414 | 20 | 101 |
| Binary | 10100101 | 10011000 | 10110100 | 1000 | 10000 | 0 | 11101 | 100001100 | 10000 | 1000001 |
Color Harmonies of #A598B4
Complementary color
Monochromatic Colors of #A598B4
Black with #A598B4
Text Example
Text Example
White with #A598B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A598B4; }
p { color: rgb(165,152,180); }
H1.HeaderClassName
{
color: #A598B4;
}
.AnyTagClassName
{
color: #A598B4;
}
</style>
background-color css
<style>
a { background-color: #A598B4; }
a { background-color: rgb(165,152,180); }
div.DivClassName
{
background-color: #A598B4;
}
.BgClassName
{
background-color: #A598B4;
}
</style>
border-color css
<style>
span { border-color: #A598B4; }
span { border-color: rgb(165,152,180); }
td.TdClassName
{
border-color: #A598B4;
}
.TagClassName
{
border-color: #A598B4;
}
</style>