Shades of East Side #A599B1
Tints of East Side #A599B1
RGB
CMYK
RGB Variations
Color information
#A599B1 (or 0xA599B1) is known color: East Side. HEX triplet: A5, 99 and B1. RGB value is (165,153,177). Sum of RGB (Red+Green+Blue) = 165+153+177=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 177 - color contains mainly: blue. Hex color #A599B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A599B1 is #5A664E. Grayscale: #9F9F9F. Windows color (decimal): -5924431 or 11639205. OLE color: 11639205.
HSL color Cylindrical-coordinate representation of color #A599B1: hue angle of 270º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A599B1 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 153 | 177 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.31 |
| HSL | 270º | 0.13% | 0.65% | - |
| HSV(B) | 270º | 0.14% | 0.69% | - |
| XYZ | 34.84 | 33.96 | 46.31 | - |
| YUV | 159.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 177 | 0.07 | 0.14 | 0 | 0.31 | 270 | 0.13 | 0.65 |
| Hex | A5 | 99 | B1 | 7 | E | 0 | 1F | 10E | D | 41 |
| Octal | 245 | 231 | 261 | 7 | 16 | 0 | 37 | 416 | 15 | 101 |
| Binary | 10100101 | 10011001 | 10110001 | 111 | 1110 | 0 | 11111 | 100001110 | 1101 | 1000001 |
Color Harmonies of #A599B1
Complementary color
Monochromatic Colors of #A599B1
Black with #A599B1
Text Example
Text Example
White with #A599B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A599B1; }
p { color: rgb(165,153,177); }
H1.HeaderClassName
{
color: #A599B1;
}
.AnyTagClassName
{
color: #A599B1;
}
</style>
background-color css
<style>
a { background-color: #A599B1; }
a { background-color: rgb(165,153,177); }
div.DivClassName
{
background-color: #A599B1;
}
.BgClassName
{
background-color: #A599B1;
}
</style>
border-color css
<style>
span { border-color: #A599B1; }
span { border-color: rgb(165,153,177); }
td.TdClassName
{
border-color: #A599B1;
}
.TagClassName
{
border-color: #A599B1;
}
</style>