Shades of East Side #A383B7
Tints of East Side #A383B7
RGB
CMYK
RGB Variations
Color information
#A383B7 (or 0xA383B7) is known color: East Side. HEX triplet: A3, 83 and B7. RGB value is (163,131,183). Sum of RGB (Red+Green+Blue) = 163+131+183=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 183 - color contains mainly: blue. Hex color #A383B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A383B7 is #5C7C48. Grayscale: #929292. Windows color (decimal): -6061129 or 12026787. OLE color: 12026787.
HSL color Cylindrical-coordinate representation of color #A383B7: hue angle of 276.92º degrees, saturation: 0.27, 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 #A383B7 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 131 | 183 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.28 |
| HSL | 276.92º | 0.27% | 0.62% | - |
| HSV(B) | 276.92º | 0.28% | 0.72% | - |
| XYZ | 31.77 | 27.44 | 48.42 | - |
| YUV | 146.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 131 | 183 | 0.11 | 0.28 | 0 | 0.28 | 276.92 | 0.27 | 0.62 |
| Hex | A3 | 83 | B7 | B | 1C | 0 | 1C | 115 | 1B | 3E |
| Octal | 243 | 203 | 267 | 13 | 34 | 0 | 34 | 425 | 33 | 76 |
| Binary | 10100011 | 10000011 | 10110111 | 1011 | 11100 | 0 | 11100 | 100010101 | 11011 | 111110 |
Color Harmonies of #A383B7
Complementary color
Monochromatic Colors of #A383B7
Black with #A383B7
Text Example
Text Example
White with #A383B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A383B7; }
p { color: rgb(163,131,183); }
H1.HeaderClassName
{
color: #A383B7;
}
.AnyTagClassName
{
color: #A383B7;
}
</style>
background-color css
<style>
a { background-color: #A383B7; }
a { background-color: rgb(163,131,183); }
div.DivClassName
{
background-color: #A383B7;
}
.BgClassName
{
background-color: #A383B7;
}
</style>
border-color css
<style>
span { border-color: #A383B7; }
span { border-color: rgb(163,131,183); }
td.TdClassName
{
border-color: #A383B7;
}
.TagClassName
{
border-color: #A383B7;
}
</style>