Shades of East Side #A384AC
Tints of East Side #A384AC
RGB
CMYK
RGB Variations
Color information
#A384AC (or 0xA384AC) is known color: East Side. HEX triplet: A3, 84 and AC. RGB value is (163,132,172). Sum of RGB (Red+Green+Blue) = 163+132+172=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 132 (51.95% from 255 or 28.27% 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 #A384AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A384AC is #5C7B53. Grayscale: #919191. Windows color (decimal): -6060884 or 11306147. OLE color: 11306147.
HSL color Cylindrical-coordinate representation of color #A384AC: hue angle of 286.5º 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 #A384AC is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 132 | 172 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.33 |
| HSL | 286.5º | 0.19% | 0.6% | - |
| HSV(B) | 286.5º | 0.23% | 0.67% | - |
| XYZ | 30.8 | 27.27 | 42.67 | - |
| YUV | 145.83 | 142.77 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 172 | 0.05 | 0.23 | 0 | 0.33 | 286.5 | 0.19 | 0.6 |
| Hex | A3 | 84 | AC | 5 | 17 | 0 | 21 | 11E | 13 | 3C |
| Octal | 243 | 204 | 254 | 5 | 27 | 0 | 41 | 436 | 23 | 74 |
| Binary | 10100011 | 10000100 | 10101100 | 101 | 10111 | 0 | 100001 | 100011110 | 10011 | 111100 |
Color Harmonies of #A384AC
Complementary color
Monochromatic Colors of #A384AC
Black with #A384AC
Text Example
Text Example
White with #A384AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384AC; }
p { color: rgb(163,132,172); }
H1.HeaderClassName
{
color: #A384AC;
}
.AnyTagClassName
{
color: #A384AC;
}
</style>
background-color css
<style>
a { background-color: #A384AC; }
a { background-color: rgb(163,132,172); }
div.DivClassName
{
background-color: #A384AC;
}
.BgClassName
{
background-color: #A384AC;
}
</style>
border-color css
<style>
span { border-color: #A384AC; }
span { border-color: rgb(163,132,172); }
td.TdClassName
{
border-color: #A384AC;
}
.TagClassName
{
border-color: #A384AC;
}
</style>