Shades of East Side #A384B7
Tints of East Side #A384B7
RGB
CMYK
RGB Variations
Color information
#A384B7 (or 0xA384B7) is known color: East Side. HEX triplet: A3, 84 and B7. RGB value is (163,132,183). Sum of RGB (Red+Green+Blue) = 163+132+183=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 183 - color contains mainly: blue. Hex color #A384B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384B7 is #5C7B48. Grayscale: #929292. Windows color (decimal): -6060873 or 12027043. OLE color: 12027043.
HSL color Cylindrical-coordinate representation of color #A384B7: hue angle of 276.47º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A384B7 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 132 | 183 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.28 |
| HSL | 276.47º | 0.26% | 0.62% | - |
| HSV(B) | 276.47º | 0.28% | 0.72% | - |
| XYZ | 31.9 | 27.71 | 48.47 | - |
| YUV | 147.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 183 | 0.11 | 0.28 | 0 | 0.28 | 276.47 | 0.26 | 0.62 |
| Hex | A3 | 84 | B7 | B | 1C | 0 | 1C | 114 | 1A | 3E |
| Octal | 243 | 204 | 267 | 13 | 34 | 0 | 34 | 424 | 32 | 76 |
| Binary | 10100011 | 10000100 | 10110111 | 1011 | 11100 | 0 | 11100 | 100010100 | 11010 | 111110 |
Color Harmonies of #A384B7
Complementary color
Monochromatic Colors of #A384B7
Black with #A384B7
Text Example
Text Example
White with #A384B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384B7; }
p { color: rgb(163,132,183); }
H1.HeaderClassName
{
color: #A384B7;
}
.AnyTagClassName
{
color: #A384B7;
}
</style>
background-color css
<style>
a { background-color: #A384B7; }
a { background-color: rgb(163,132,183); }
div.DivClassName
{
background-color: #A384B7;
}
.BgClassName
{
background-color: #A384B7;
}
</style>
border-color css
<style>
span { border-color: #A384B7; }
span { border-color: rgb(163,132,183); }
td.TdClassName
{
border-color: #A384B7;
}
.TagClassName
{
border-color: #A384B7;
}
</style>