Shades of East Side #A579BA
Tints of East Side #A579BA
RGB
CMYK
RGB Variations
Color information
#A579BA (or 0xA579BA) is known color: East Side. HEX triplet: A5, 79 and BA. RGB value is (165,121,186). Sum of RGB (Red+Green+Blue) = 165+121+186=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #A579BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A579BA is #5A8645. Grayscale: #8D8D8D. Windows color (decimal): -5932614 or 12220837. OLE color: 12220837.
HSL color Cylindrical-coordinate representation of color #A579BA: hue angle of 280.62º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A579BA is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 121 | 186 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.27 |
| HSL | 280.62º | 0.32% | 0.6% | - |
| HSV(B) | 280.62º | 0.35% | 0.73% | - |
| XYZ | 31.22 | 25.22 | 49.68 | - |
| YUV | 141.57 | 153.08 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 121 | 186 | 0.11 | 0.35 | 0 | 0.27 | 280.62 | 0.32 | 0.6 |
| Hex | A5 | 79 | BA | B | 23 | 0 | 1B | 119 | 20 | 3C |
| Octal | 245 | 171 | 272 | 13 | 43 | 0 | 33 | 431 | 40 | 74 |
| Binary | 10100101 | 1111001 | 10111010 | 1011 | 100011 | 0 | 11011 | 100011001 | 100000 | 111100 |
Color Harmonies of #A579BA
Complementary color
Monochromatic Colors of #A579BA
Black with #A579BA
Text Example
Text Example
White with #A579BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A579BA; }
p { color: rgb(165,121,186); }
H1.HeaderClassName
{
color: #A579BA;
}
.AnyTagClassName
{
color: #A579BA;
}
</style>
background-color css
<style>
a { background-color: #A579BA; }
a { background-color: rgb(165,121,186); }
div.DivClassName
{
background-color: #A579BA;
}
.BgClassName
{
background-color: #A579BA;
}
</style>
border-color css
<style>
span { border-color: #A579BA; }
span { border-color: rgb(165,121,186); }
td.TdClassName
{
border-color: #A579BA;
}
.TagClassName
{
border-color: #A579BA;
}
</style>