Shades of East Side #A775BA
Tints of East Side #A775BA
RGB
CMYK
RGB Variations
Color information
#A775BA (or 0xA775BA) is known color: East Side. HEX triplet: A7, 75 and BA. RGB value is (167,117,186). Sum of RGB (Red+Green+Blue) = 167+117+186=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #A775BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A775BA is #588A45. Grayscale: #8B8B8B. Windows color (decimal): -5802566 or 12219815. OLE color: 12219815.
HSL color Cylindrical-coordinate representation of color #A775BA: hue angle of 283.48º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A775BA is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 117 | 186 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.27 |
| HSL | 283.48º | 0.33% | 0.59% | - |
| HSV(B) | 283.48º | 0.37% | 0.73% | - |
| XYZ | 31.16 | 24.48 | 49.54 | - |
| YUV | 139.82 | 154.07 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 117 | 186 | 0.10 | 0.37 | 0 | 0.27 | 283.48 | 0.33 | 0.59 |
| Hex | A7 | 75 | BA | A | 25 | 0 | 1B | 11B | 21 | 3B |
| Octal | 247 | 165 | 272 | 12 | 45 | 0 | 33 | 433 | 41 | 73 |
| Binary | 10100111 | 1110101 | 10111010 | 1010 | 100101 | 0 | 11011 | 100011011 | 100001 | 111011 |
Color Harmonies of #A775BA
Complementary color
Monochromatic Colors of #A775BA
Black with #A775BA
Text Example
Text Example
White with #A775BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A775BA; }
p { color: rgb(167,117,186); }
H1.HeaderClassName
{
color: #A775BA;
}
.AnyTagClassName
{
color: #A775BA;
}
</style>
background-color css
<style>
a { background-color: #A775BA; }
a { background-color: rgb(167,117,186); }
div.DivClassName
{
background-color: #A775BA;
}
.BgClassName
{
background-color: #A775BA;
}
</style>
border-color css
<style>
span { border-color: #A775BA; }
span { border-color: rgb(167,117,186); }
td.TdClassName
{
border-color: #A775BA;
}
.TagClassName
{
border-color: #A775BA;
}
</style>