Shades of East Side #A383B8
Tints of East Side #A383B8
RGB
CMYK
RGB Variations
Color information
#A383B8 (or 0xA383B8) is known color: East Side. HEX triplet: A3, 83 and B8. RGB value is (163,131,184). Sum of RGB (Red+Green+Blue) = 163+131+184=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 184 - color contains mainly: blue. Hex color #A383B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A383B8 is #5C7C47. Grayscale: #929292. Windows color (decimal): -6061128 or 12092323. OLE color: 12092323.
HSL color Cylindrical-coordinate representation of color #A383B8: hue angle of 276.23º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A383B8 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 131 | 184 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.28 |
| HSL | 276.23º | 0.27% | 0.62% | - |
| HSV(B) | 276.23º | 0.29% | 0.72% | - |
| XYZ | 31.87 | 27.48 | 48.97 | - |
| YUV | 146.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 131 | 184 | 0.11 | 0.29 | 0 | 0.28 | 276.23 | 0.27 | 0.62 |
| Hex | A3 | 83 | B8 | B | 1D | 0 | 1C | 114 | 1B | 3E |
| Octal | 243 | 203 | 270 | 13 | 35 | 0 | 34 | 424 | 33 | 76 |
| Binary | 10100011 | 10000011 | 10111000 | 1011 | 11101 | 0 | 11100 | 100010100 | 11011 | 111110 |
Color Harmonies of #A383B8
Complementary color
Monochromatic Colors of #A383B8
Black with #A383B8
Text Example
Text Example
White with #A383B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A383B8; }
p { color: rgb(163,131,184); }
H1.HeaderClassName
{
color: #A383B8;
}
.AnyTagClassName
{
color: #A383B8;
}
</style>
background-color css
<style>
a { background-color: #A383B8; }
a { background-color: rgb(163,131,184); }
div.DivClassName
{
background-color: #A383B8;
}
.BgClassName
{
background-color: #A383B8;
}
</style>
border-color css
<style>
span { border-color: #A383B8; }
span { border-color: rgb(163,131,184); }
td.TdClassName
{
border-color: #A383B8;
}
.TagClassName
{
border-color: #A383B8;
}
</style>