Shades of East Side #A578B5
Tints of East Side #A578B5
RGB
CMYK
RGB Variations
Color information
#A578B5 (or 0xA578B5) is known color: East Side. HEX triplet: A5, 78 and B5. RGB value is (165,120,181). Sum of RGB (Red+Green+Blue) = 165+120+181=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 181 - color contains mainly: blue. Hex color #A578B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A578B5 is #5A874A. Grayscale: #8C8C8C. Windows color (decimal): -5932875 or 11892901. OLE color: 11892901.
HSL color Cylindrical-coordinate representation of color #A578B5: hue angle of 284.26º degrees, saturation: 0.29, 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 #A578B5 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 120 | 181 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.29 |
| HSL | 284.26º | 0.29% | 0.59% | - |
| HSV(B) | 284.26º | 0.34% | 0.71% | - |
| XYZ | 30.57 | 24.77 | 46.89 | - |
| YUV | 140.41 | 150.91 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 181 | 0.09 | 0.34 | 0 | 0.29 | 284.26 | 0.29 | 0.59 |
| Hex | A5 | 78 | B5 | 9 | 22 | 0 | 1D | 11C | 1D | 3B |
| Octal | 245 | 170 | 265 | 11 | 42 | 0 | 35 | 434 | 35 | 73 |
| Binary | 10100101 | 1111000 | 10110101 | 1001 | 100010 | 0 | 11101 | 100011100 | 11101 | 111011 |
Color Harmonies of #A578B5
Complementary color
Monochromatic Colors of #A578B5
Black with #A578B5
Text Example
Text Example
White with #A578B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A578B5; }
p { color: rgb(165,120,181); }
H1.HeaderClassName
{
color: #A578B5;
}
.AnyTagClassName
{
color: #A578B5;
}
</style>
background-color css
<style>
a { background-color: #A578B5; }
a { background-color: rgb(165,120,181); }
div.DivClassName
{
background-color: #A578B5;
}
.BgClassName
{
background-color: #A578B5;
}
</style>
border-color css
<style>
span { border-color: #A578B5; }
span { border-color: rgb(165,120,181); }
td.TdClassName
{
border-color: #A578B5;
}
.TagClassName
{
border-color: #A578B5;
}
</style>