Shades of East Side #A483AC
Tints of East Side #A483AC
RGB
CMYK
RGB Variations
Color information
#A483AC (or 0xA483AC) is known color: East Side. HEX triplet: A4, 83 and AC. RGB value is (164,131,172). Sum of RGB (Red+Green+Blue) = 164+131+172=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #A483AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A483AC is #5B7C53. Grayscale: #919191. Windows color (decimal): -5995604 or 11305892. OLE color: 11305892.
HSL color Cylindrical-coordinate representation of color #A483AC: hue angle of 288.29º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A483AC is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 131 | 172 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.33 |
| HSL | 288.29º | 0.2% | 0.59% | - |
| HSV(B) | 288.29º | 0.24% | 0.67% | - |
| XYZ | 30.87 | 27.1 | 42.63 | - |
| YUV | 145.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 131 | 172 | 0.05 | 0.24 | 0 | 0.33 | 288.29 | 0.2 | 0.59 |
| Hex | A4 | 83 | AC | 5 | 18 | 0 | 21 | 120 | 14 | 3B |
| Octal | 244 | 203 | 254 | 5 | 30 | 0 | 41 | 440 | 24 | 73 |
| Binary | 10100100 | 10000011 | 10101100 | 101 | 11000 | 0 | 100001 | 100100000 | 10100 | 111011 |
Color Harmonies of #A483AC
Complementary color
Monochromatic Colors of #A483AC
Black with #A483AC
Text Example
Text Example
White with #A483AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A483AC; }
p { color: rgb(164,131,172); }
H1.HeaderClassName
{
color: #A483AC;
}
.AnyTagClassName
{
color: #A483AC;
}
</style>
background-color css
<style>
a { background-color: #A483AC; }
a { background-color: rgb(164,131,172); }
div.DivClassName
{
background-color: #A483AC;
}
.BgClassName
{
background-color: #A483AC;
}
</style>
border-color css
<style>
span { border-color: #A483AC; }
span { border-color: rgb(164,131,172); }
td.TdClassName
{
border-color: #A483AC;
}
.TagClassName
{
border-color: #A483AC;
}
</style>