Shades of East Side #A17FB6
Tints of East Side #A17FB6
RGB
CMYK
RGB Variations
Color information
#A17FB6 (or 0xA17FB6) is known color: East Side. HEX triplet: A1, 7F and B6. RGB value is (161,127,182). Sum of RGB (Red+Green+Blue) = 161+127+182=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 182 - color contains mainly: blue. Hex color #A17FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FB6 is #5E8049. Grayscale: #8F8F8F. Windows color (decimal): -6193226 or 11960225. OLE color: 11960225.
HSL color Cylindrical-coordinate representation of color #A17FB6: hue angle of 277.09º 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 #A17FB6 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 127 | 182 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.29 |
| HSL | 277.09º | 0.27% | 0.61% | - |
| HSV(B) | 277.09º | 0.3% | 0.71% | - |
| XYZ | 30.73 | 26.13 | 47.68 | - |
| YUV | 143.44 | 149.76 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 182 | 0.12 | 0.30 | 0 | 0.29 | 277.09 | 0.27 | 0.61 |
| Hex | A1 | 7F | B6 | C | 1E | 0 | 1D | 115 | 1B | 3D |
| Octal | 241 | 177 | 266 | 14 | 36 | 0 | 35 | 425 | 33 | 75 |
| Binary | 10100001 | 1111111 | 10110110 | 1100 | 11110 | 0 | 11101 | 100010101 | 11011 | 111101 |
Color Harmonies of #A17FB6
Complementary color
Monochromatic Colors of #A17FB6
Black with #A17FB6
Text Example
Text Example
White with #A17FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17FB6; }
p { color: rgb(161,127,182); }
H1.HeaderClassName
{
color: #A17FB6;
}
.AnyTagClassName
{
color: #A17FB6;
}
</style>
background-color css
<style>
a { background-color: #A17FB6; }
a { background-color: rgb(161,127,182); }
div.DivClassName
{
background-color: #A17FB6;
}
.BgClassName
{
background-color: #A17FB6;
}
</style>
border-color css
<style>
span { border-color: #A17FB6; }
span { border-color: rgb(161,127,182); }
td.TdClassName
{
border-color: #A17FB6;
}
.TagClassName
{
border-color: #A17FB6;
}
</style>