Shades of East Side #A183B3
Tints of East Side #A183B3
RGB
CMYK
RGB Variations
Color information
#A183B3 (or 0xA183B3) is known color: East Side. HEX triplet: A1, 83 and B3. RGB value is (161,131,179). Sum of RGB (Red+Green+Blue) = 161+131+179=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 179 - color contains mainly: blue. Hex color #A183B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183B3 is #5E7C4C. Grayscale: #919191. Windows color (decimal): -6192205 or 11764641. OLE color: 11764641.
HSL color Cylindrical-coordinate representation of color #A183B3: hue angle of 277.5º 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 #A183B3 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 131 | 179 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.30 |
| HSL | 277.5º | 0.24% | 0.61% | - |
| HSV(B) | 277.5º | 0.27% | 0.7% | - |
| XYZ | 30.95 | 27.06 | 46.24 | - |
| YUV | 145.44 | 146.94 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 179 | 0.10 | 0.27 | 0 | 0.30 | 277.5 | 0.24 | 0.61 |
| Hex | A1 | 83 | B3 | A | 1B | 0 | 1E | 116 | 18 | 3D |
| Octal | 241 | 203 | 263 | 12 | 33 | 0 | 36 | 426 | 30 | 75 |
| Binary | 10100001 | 10000011 | 10110011 | 1010 | 11011 | 0 | 11110 | 100010110 | 11000 | 111101 |
Color Harmonies of #A183B3
Complementary color
Monochromatic Colors of #A183B3
Black with #A183B3
Text Example
Text Example
White with #A183B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A183B3; }
p { color: rgb(161,131,179); }
H1.HeaderClassName
{
color: #A183B3;
}
.AnyTagClassName
{
color: #A183B3;
}
</style>
background-color css
<style>
a { background-color: #A183B3; }
a { background-color: rgb(161,131,179); }
div.DivClassName
{
background-color: #A183B3;
}
.BgClassName
{
background-color: #A183B3;
}
</style>
border-color css
<style>
span { border-color: #A183B3; }
span { border-color: rgb(161,131,179); }
td.TdClassName
{
border-color: #A183B3;
}
.TagClassName
{
border-color: #A183B3;
}
</style>