Shades of East Side #A576BA
Tints of East Side #A576BA
RGB
CMYK
RGB Variations
Color information
#A576BA (or 0xA576BA) is known color: East Side. HEX triplet: A5, 76 and BA. RGB value is (165,118,186). Sum of RGB (Red+Green+Blue) = 165+118+186=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #A576BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A576BA is #5A8945. Grayscale: #8B8B8B. Windows color (decimal): -5933382 or 12220069. OLE color: 12220069.
HSL color Cylindrical-coordinate representation of color #A576BA: hue angle of 281.47º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A576BA is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 118 | 186 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.27 |
| HSL | 281.47º | 0.33% | 0.6% | - |
| HSV(B) | 281.47º | 0.37% | 0.73% | - |
| XYZ | 30.86 | 24.5 | 49.56 | - |
| YUV | 139.81 | 154.07 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 118 | 186 | 0.11 | 0.37 | 0 | 0.27 | 281.47 | 0.33 | 0.6 |
| Hex | A5 | 76 | BA | B | 25 | 0 | 1B | 119 | 21 | 3C |
| Octal | 245 | 166 | 272 | 13 | 45 | 0 | 33 | 431 | 41 | 74 |
| Binary | 10100101 | 1110110 | 10111010 | 1011 | 100101 | 0 | 11011 | 100011001 | 100001 | 111100 |
Color Harmonies of #A576BA
Complementary color
Monochromatic Colors of #A576BA
Black with #A576BA
Text Example
Text Example
White with #A576BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A576BA; }
p { color: rgb(165,118,186); }
H1.HeaderClassName
{
color: #A576BA;
}
.AnyTagClassName
{
color: #A576BA;
}
</style>
background-color css
<style>
a { background-color: #A576BA; }
a { background-color: rgb(165,118,186); }
div.DivClassName
{
background-color: #A576BA;
}
.BgClassName
{
background-color: #A576BA;
}
</style>
border-color css
<style>
span { border-color: #A576BA; }
span { border-color: rgb(165,118,186); }
td.TdClassName
{
border-color: #A576BA;
}
.TagClassName
{
border-color: #A576BA;
}
</style>