Shades of East Side #A598B2
Tints of East Side #A598B2
RGB
CMYK
RGB Variations
Color information
#A598B2 (or 0xA598B2) is known color: East Side. HEX triplet: A5, 98 and B2. RGB value is (165,152,178). Sum of RGB (Red+Green+Blue) = 165+152+178=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 178 - color contains mainly: blue. Hex color #A598B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A598B2 is #5A674D. Grayscale: #9E9E9E. Windows color (decimal): -5924686 or 11704485. OLE color: 11704485.
HSL color Cylindrical-coordinate representation of color #A598B2: hue angle of 270º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A598B2 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 152 | 178 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.30 |
| HSL | 270º | 0.14% | 0.65% | - |
| HSV(B) | 270º | 0.15% | 0.7% | - |
| XYZ | 34.78 | 33.67 | 46.79 | - |
| YUV | 158.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 152 | 178 | 0.07 | 0.15 | 0 | 0.30 | 270 | 0.14 | 0.65 |
| Hex | A5 | 98 | B2 | 7 | F | 0 | 1E | 10E | E | 41 |
| Octal | 245 | 230 | 262 | 7 | 17 | 0 | 36 | 416 | 16 | 101 |
| Binary | 10100101 | 10011000 | 10110010 | 111 | 1111 | 0 | 11110 | 100001110 | 1110 | 1000001 |
Color Harmonies of #A598B2
Complementary color
Monochromatic Colors of #A598B2
Black with #A598B2
Text Example
Text Example
White with #A598B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A598B2; }
p { color: rgb(165,152,178); }
H1.HeaderClassName
{
color: #A598B2;
}
.AnyTagClassName
{
color: #A598B2;
}
</style>
background-color css
<style>
a { background-color: #A598B2; }
a { background-color: rgb(165,152,178); }
div.DivClassName
{
background-color: #A598B2;
}
.BgClassName
{
background-color: #A598B2;
}
</style>
border-color css
<style>
span { border-color: #A598B2; }
span { border-color: rgb(165,152,178); }
td.TdClassName
{
border-color: #A598B2;
}
.TagClassName
{
border-color: #A598B2;
}
</style>