Shades of East Side #A577BB
Tints of East Side #A577BB
RGB
CMYK
RGB Variations
Color information
#A577BB (or 0xA577BB) is known color: East Side. HEX triplet: A5, 77 and BB. RGB value is (165,119,187). Sum of RGB (Red+Green+Blue) = 165+119+187=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #A577BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577BB is #5A8844. Grayscale: #8C8C8C. Windows color (decimal): -5933125 or 12285861. OLE color: 12285861.
HSL color Cylindrical-coordinate representation of color #A577BB: hue angle of 280.59º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A577BB is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 119 | 187 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.27 |
| HSL | 280.59º | 0.33% | 0.6% | - |
| HSV(B) | 280.59º | 0.36% | 0.73% | - |
| XYZ | 31.08 | 24.78 | 50.16 | - |
| YUV | 140.51 | 154.24 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 187 | 0.12 | 0.36 | 0 | 0.27 | 280.59 | 0.33 | 0.6 |
| Hex | A5 | 77 | BB | C | 24 | 0 | 1B | 119 | 21 | 3C |
| Octal | 245 | 167 | 273 | 14 | 44 | 0 | 33 | 431 | 41 | 74 |
| Binary | 10100101 | 1110111 | 10111011 | 1100 | 100100 | 0 | 11011 | 100011001 | 100001 | 111100 |
Color Harmonies of #A577BB
Complementary color
Monochromatic Colors of #A577BB
Black with #A577BB
Text Example
Text Example
White with #A577BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A577BB; }
p { color: rgb(165,119,187); }
H1.HeaderClassName
{
color: #A577BB;
}
.AnyTagClassName
{
color: #A577BB;
}
</style>
background-color css
<style>
a { background-color: #A577BB; }
a { background-color: rgb(165,119,187); }
div.DivClassName
{
background-color: #A577BB;
}
.BgClassName
{
background-color: #A577BB;
}
</style>
border-color css
<style>
span { border-color: #A577BB; }
span { border-color: rgb(165,119,187); }
td.TdClassName
{
border-color: #A577BB;
}
.TagClassName
{
border-color: #A577BB;
}
</style>