Shades of East Side #A383B3
Tints of East Side #A383B3
RGB
CMYK
RGB Variations
Color information
#A383B3 (or 0xA383B3) is known color: East Side. HEX triplet: A3, 83 and B3. RGB value is (163,131,179). Sum of RGB (Red+Green+Blue) = 163+131+179=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 179 - color contains mainly: blue. Hex color #A383B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A383B3 is #5C7C4C. Grayscale: #919191. Windows color (decimal): -6061133 or 11764643. OLE color: 11764643.
HSL color Cylindrical-coordinate representation of color #A383B3: hue angle of 280º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A383B3 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 131 | 179 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.30 |
| HSL | 280º | 0.24% | 0.61% | - |
| HSV(B) | 280º | 0.27% | 0.7% | - |
| XYZ | 31.36 | 27.27 | 46.26 | - |
| YUV | 146.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 131 | 179 | 0.09 | 0.27 | 0 | 0.30 | 280 | 0.24 | 0.61 |
| Hex | A3 | 83 | B3 | 9 | 1B | 0 | 1E | 118 | 18 | 3D |
| Octal | 243 | 203 | 263 | 11 | 33 | 0 | 36 | 430 | 30 | 75 |
| Binary | 10100011 | 10000011 | 10110011 | 1001 | 11011 | 0 | 11110 | 100011000 | 11000 | 111101 |
Color Harmonies of #A383B3
Complementary color
Monochromatic Colors of #A383B3
Black with #A383B3
Text Example
Text Example
White with #A383B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A383B3; }
p { color: rgb(163,131,179); }
H1.HeaderClassName
{
color: #A383B3;
}
.AnyTagClassName
{
color: #A383B3;
}
</style>
background-color css
<style>
a { background-color: #A383B3; }
a { background-color: rgb(163,131,179); }
div.DivClassName
{
background-color: #A383B3;
}
.BgClassName
{
background-color: #A383B3;
}
</style>
border-color css
<style>
span { border-color: #A383B3; }
span { border-color: rgb(163,131,179); }
td.TdClassName
{
border-color: #A383B3;
}
.TagClassName
{
border-color: #A383B3;
}
</style>