Shades of East Side #A484AC
Tints of East Side #A484AC
RGB
CMYK
RGB Variations
Color information
#A484AC (or 0xA484AC) is known color: East Side. HEX triplet: A4, 84 and AC. RGB value is (164,132,172). Sum of RGB (Red+Green+Blue) = 164+132+172=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #A484AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A484AC is #5B7B53. Grayscale: #929292. Windows color (decimal): -5995348 or 11306148. OLE color: 11306148.
HSL color Cylindrical-coordinate representation of color #A484AC: hue angle of 288º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A484AC is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 132 | 172 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.33 |
| HSL | 288º | 0.19% | 0.6% | - |
| HSV(B) | 288º | 0.23% | 0.67% | - |
| XYZ | 31.01 | 27.37 | 42.68 | - |
| YUV | 146.13 | 142.6 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 172 | 0.05 | 0.23 | 0 | 0.33 | 288 | 0.19 | 0.6 |
| Hex | A4 | 84 | AC | 5 | 17 | 0 | 21 | 120 | 13 | 3C |
| Octal | 244 | 204 | 254 | 5 | 27 | 0 | 41 | 440 | 23 | 74 |
| Binary | 10100100 | 10000100 | 10101100 | 101 | 10111 | 0 | 100001 | 100100000 | 10011 | 111100 |
Color Harmonies of #A484AC
Complementary color
Monochromatic Colors of #A484AC
Black with #A484AC
Text Example
Text Example
White with #A484AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A484AC; }
p { color: rgb(164,132,172); }
H1.HeaderClassName
{
color: #A484AC;
}
.AnyTagClassName
{
color: #A484AC;
}
</style>
background-color css
<style>
a { background-color: #A484AC; }
a { background-color: rgb(164,132,172); }
div.DivClassName
{
background-color: #A484AC;
}
.BgClassName
{
background-color: #A484AC;
}
</style>
border-color css
<style>
span { border-color: #A484AC; }
span { border-color: rgb(164,132,172); }
td.TdClassName
{
border-color: #A484AC;
}
.TagClassName
{
border-color: #A484AC;
}
</style>