Shades of East Side #A180B6
Tints of East Side #A180B6
RGB
CMYK
RGB Variations
Color information
#A180B6 (or 0xA180B6) is known color: East Side. HEX triplet: A1, 80 and B6. RGB value is (161,128,182). Sum of RGB (Red+Green+Blue) = 161+128+182=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 182 - color contains mainly: blue. Hex color #A180B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180B6 is #5E7F49. Grayscale: #8F8F8F. Windows color (decimal): -6192970 or 11960481. OLE color: 11960481.
HSL color Cylindrical-coordinate representation of color #A180B6: hue angle of 276.67º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A180B6 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 128 | 182 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.29 |
| HSL | 276.67º | 0.27% | 0.61% | - |
| HSV(B) | 276.67º | 0.3% | 0.71% | - |
| XYZ | 30.86 | 26.39 | 47.72 | - |
| YUV | 144.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 182 | 0.12 | 0.30 | 0 | 0.29 | 276.67 | 0.27 | 0.61 |
| Hex | A1 | 80 | B6 | C | 1E | 0 | 1D | 115 | 1B | 3D |
| Octal | 241 | 200 | 266 | 14 | 36 | 0 | 35 | 425 | 33 | 75 |
| Binary | 10100001 | 10000000 | 10110110 | 1100 | 11110 | 0 | 11101 | 100010101 | 11011 | 111101 |
Color Harmonies of #A180B6
Complementary color
Monochromatic Colors of #A180B6
Black with #A180B6
Text Example
Text Example
White with #A180B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A180B6; }
p { color: rgb(161,128,182); }
H1.HeaderClassName
{
color: #A180B6;
}
.AnyTagClassName
{
color: #A180B6;
}
</style>
background-color css
<style>
a { background-color: #A180B6; }
a { background-color: rgb(161,128,182); }
div.DivClassName
{
background-color: #A180B6;
}
.BgClassName
{
background-color: #A180B6;
}
</style>
border-color css
<style>
span { border-color: #A180B6; }
span { border-color: rgb(161,128,182); }
td.TdClassName
{
border-color: #A180B6;
}
.TagClassName
{
border-color: #A180B6;
}
</style>