Shades of East Side #A17FB7
Tints of East Side #A17FB7
RGB
CMYK
RGB Variations
Color information
#A17FB7 (or 0xA17FB7) is known color: East Side. HEX triplet: A1, 7F and B7. RGB value is (161,127,183). Sum of RGB (Red+Green+Blue) = 161+127+183=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 183 - color contains mainly: blue. Hex color #A17FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FB7 is #5E8048. Grayscale: #8F8F8F. Windows color (decimal): -6193225 or 12025761. OLE color: 12025761.
HSL color Cylindrical-coordinate representation of color #A17FB7: hue angle of 276.43º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A17FB7 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 127 | 183 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.28 |
| HSL | 276.43º | 0.28% | 0.61% | - |
| HSV(B) | 276.43º | 0.31% | 0.72% | - |
| XYZ | 30.83 | 26.17 | 48.23 | - |
| YUV | 143.55 | 150.26 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 183 | 0.12 | 0.31 | 0 | 0.28 | 276.43 | 0.28 | 0.61 |
| Hex | A1 | 7F | B7 | C | 1F | 0 | 1C | 114 | 1C | 3D |
| Octal | 241 | 177 | 267 | 14 | 37 | 0 | 34 | 424 | 34 | 75 |
| Binary | 10100001 | 1111111 | 10110111 | 1100 | 11111 | 0 | 11100 | 100010100 | 11100 | 111101 |
Color Harmonies of #A17FB7
Complementary color
Monochromatic Colors of #A17FB7
Black with #A17FB7
Text Example
Text Example
White with #A17FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17FB7; }
p { color: rgb(161,127,183); }
H1.HeaderClassName
{
color: #A17FB7;
}
.AnyTagClassName
{
color: #A17FB7;
}
</style>
background-color css
<style>
a { background-color: #A17FB7; }
a { background-color: rgb(161,127,183); }
div.DivClassName
{
background-color: #A17FB7;
}
.BgClassName
{
background-color: #A17FB7;
}
</style>
border-color css
<style>
span { border-color: #A17FB7; }
span { border-color: rgb(161,127,183); }
td.TdClassName
{
border-color: #A17FB7;
}
.TagClassName
{
border-color: #A17FB7;
}
</style>