Shades of East Side #A577B5
Tints of East Side #A577B5
RGB
CMYK
RGB Variations
Color information
#A577B5 (or 0xA577B5) is known color: East Side. HEX triplet: A5, 77 and B5. RGB value is (165,119,181). Sum of RGB (Red+Green+Blue) = 165+119+181=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 181 - color contains mainly: blue. Hex color #A577B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577B5 is #5A884A. Grayscale: #8B8B8B. Windows color (decimal): -5933131 or 11892645. OLE color: 11892645.
HSL color Cylindrical-coordinate representation of color #A577B5: hue angle of 284.52º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A577B5 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 119 | 181 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.29 |
| HSL | 284.52º | 0.3% | 0.59% | - |
| HSV(B) | 284.52º | 0.34% | 0.71% | - |
| XYZ | 30.45 | 24.53 | 46.85 | - |
| YUV | 139.82 | 151.24 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 181 | 0.09 | 0.34 | 0 | 0.29 | 284.52 | 0.3 | 0.59 |
| Hex | A5 | 77 | B5 | 9 | 22 | 0 | 1D | 11D | 1E | 3B |
| Octal | 245 | 167 | 265 | 11 | 42 | 0 | 35 | 435 | 36 | 73 |
| Binary | 10100101 | 1110111 | 10110101 | 1001 | 100010 | 0 | 11101 | 100011101 | 11110 | 111011 |
Color Harmonies of #A577B5
Complementary color
Monochromatic Colors of #A577B5
Black with #A577B5
Text Example
Text Example
White with #A577B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A577B5; }
p { color: rgb(165,119,181); }
H1.HeaderClassName
{
color: #A577B5;
}
.AnyTagClassName
{
color: #A577B5;
}
</style>
background-color css
<style>
a { background-color: #A577B5; }
a { background-color: rgb(165,119,181); }
div.DivClassName
{
background-color: #A577B5;
}
.BgClassName
{
background-color: #A577B5;
}
</style>
border-color css
<style>
span { border-color: #A577B5; }
span { border-color: rgb(165,119,181); }
td.TdClassName
{
border-color: #A577B5;
}
.TagClassName
{
border-color: #A577B5;
}
</style>