Shades of East Side #A182B5
Tints of East Side #A182B5
RGB
CMYK
RGB Variations
Color information
#A182B5 (or 0xA182B5) is known color: East Side. HEX triplet: A1, 82 and B5. RGB value is (161,130,181). Sum of RGB (Red+Green+Blue) = 161+130+181=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 181 - color contains mainly: blue. Hex color #A182B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A182B5 is #5E7D4A. Grayscale: #909090. Windows color (decimal): -6192459 or 11895457. OLE color: 11895457.
HSL color Cylindrical-coordinate representation of color #A182B5: hue angle of 276.47º degrees, saturation: 0.26, 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 #A182B5 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 130 | 181 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.29 |
| HSL | 276.47º | 0.26% | 0.61% | - |
| HSV(B) | 276.47º | 0.28% | 0.71% | - |
| XYZ | 31.02 | 26.88 | 47.27 | - |
| YUV | 145.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 181 | 0.11 | 0.28 | 0 | 0.29 | 276.47 | 0.26 | 0.61 |
| Hex | A1 | 82 | B5 | B | 1C | 0 | 1D | 114 | 1A | 3D |
| Octal | 241 | 202 | 265 | 13 | 34 | 0 | 35 | 424 | 32 | 75 |
| Binary | 10100001 | 10000010 | 10110101 | 1011 | 11100 | 0 | 11101 | 100010100 | 11010 | 111101 |
Color Harmonies of #A182B5
Complementary color
Monochromatic Colors of #A182B5
Black with #A182B5
Text Example
Text Example
White with #A182B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A182B5; }
p { color: rgb(161,130,181); }
H1.HeaderClassName
{
color: #A182B5;
}
.AnyTagClassName
{
color: #A182B5;
}
</style>
background-color css
<style>
a { background-color: #A182B5; }
a { background-color: rgb(161,130,181); }
div.DivClassName
{
background-color: #A182B5;
}
.BgClassName
{
background-color: #A182B5;
}
</style>
border-color css
<style>
span { border-color: #A182B5; }
span { border-color: rgb(161,130,181); }
td.TdClassName
{
border-color: #A182B5;
}
.TagClassName
{
border-color: #A182B5;
}
</style>