Shades of East Side #A183B5
Tints of East Side #A183B5
RGB
CMYK
RGB Variations
Color information
#A183B5 (or 0xA183B5) is known color: East Side. HEX triplet: A1, 83 and B5. RGB value is (161,131,181). Sum of RGB (Red+Green+Blue) = 161+131+181=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 181 - color contains mainly: blue. Hex color #A183B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183B5 is #5E7C4A. Grayscale: #919191. Windows color (decimal): -6192203 or 11895713. OLE color: 11895713.
HSL color Cylindrical-coordinate representation of color #A183B5: hue angle of 276º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A183B5 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 131 | 181 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.29 |
| HSL | 276º | 0.25% | 0.61% | - |
| HSV(B) | 276º | 0.28% | 0.71% | - |
| XYZ | 31.15 | 27.15 | 47.31 | - |
| YUV | 145.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 181 | 0.11 | 0.28 | 0 | 0.29 | 276 | 0.25 | 0.61 |
| Hex | A1 | 83 | B5 | B | 1C | 0 | 1D | 114 | 19 | 3D |
| Octal | 241 | 203 | 265 | 13 | 34 | 0 | 35 | 424 | 31 | 75 |
| Binary | 10100001 | 10000011 | 10110101 | 1011 | 11100 | 0 | 11101 | 100010100 | 11001 | 111101 |
Color Harmonies of #A183B5
Complementary color
Monochromatic Colors of #A183B5
Black with #A183B5
Text Example
Text Example
White with #A183B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A183B5; }
p { color: rgb(161,131,181); }
H1.HeaderClassName
{
color: #A183B5;
}
.AnyTagClassName
{
color: #A183B5;
}
</style>
background-color css
<style>
a { background-color: #A183B5; }
a { background-color: rgb(161,131,181); }
div.DivClassName
{
background-color: #A183B5;
}
.BgClassName
{
background-color: #A183B5;
}
</style>
border-color css
<style>
span { border-color: #A183B5; }
span { border-color: rgb(161,131,181); }
td.TdClassName
{
border-color: #A183B5;
}
.TagClassName
{
border-color: #A183B5;
}
</style>