Shades of East Side #A384B6
Tints of East Side #A384B6
RGB
CMYK
RGB Variations
Color information
#A384B6 (or 0xA384B6) is known color: East Side. HEX triplet: A3, 84 and B6. RGB value is (163,132,182). Sum of RGB (Red+Green+Blue) = 163+132+182=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 182 - color contains mainly: blue. Hex color #A384B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384B6 is #5C7B49. Grayscale: #929292. Windows color (decimal): -6060874 or 11961507. OLE color: 11961507.
HSL color Cylindrical-coordinate representation of color #A384B6: hue angle of 277.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A384B6 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 132 | 182 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.29 |
| HSL | 277.2º | 0.26% | 0.62% | - |
| HSV(B) | 277.2º | 0.27% | 0.71% | - |
| XYZ | 31.8 | 27.67 | 47.92 | - |
| YUV | 146.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 182 | 0.10 | 0.27 | 0 | 0.29 | 277.2 | 0.26 | 0.62 |
| Hex | A3 | 84 | B6 | A | 1B | 0 | 1D | 115 | 1A | 3E |
| Octal | 243 | 204 | 266 | 12 | 33 | 0 | 35 | 425 | 32 | 76 |
| Binary | 10100011 | 10000100 | 10110110 | 1010 | 11011 | 0 | 11101 | 100010101 | 11010 | 111110 |
Color Harmonies of #A384B6
Complementary color
Monochromatic Colors of #A384B6
Black with #A384B6
Text Example
Text Example
White with #A384B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384B6; }
p { color: rgb(163,132,182); }
H1.HeaderClassName
{
color: #A384B6;
}
.AnyTagClassName
{
color: #A384B6;
}
</style>
background-color css
<style>
a { background-color: #A384B6; }
a { background-color: rgb(163,132,182); }
div.DivClassName
{
background-color: #A384B6;
}
.BgClassName
{
background-color: #A384B6;
}
</style>
border-color css
<style>
span { border-color: #A384B6; }
span { border-color: rgb(163,132,182); }
td.TdClassName
{
border-color: #A384B6;
}
.TagClassName
{
border-color: #A384B6;
}
</style>